0

I'm trying to build a Timeline component in ThreeJS, similar to this one: https://visjs.github.io/vis-timeline/examples/timeline/groups/groupsEditable.html

What will be the first steps and do I need ThreeJS or other WebGL libraries for it?

1 Answers1

0

check out this example: https://threejs.org/examples/#css3d_periodictable

I think it comes pretty close to your example:

enter image description here

Ray Hulha
  • 10,701
  • 5
  • 53
  • 53