2026-03-26 19:45:15 +05:30

368 B

Day 1 Update

  • Set up the repository using Turborepo to organize the project as a monorepo.
  • Learned about the Scene Graph concept in Three.js.
  • Implemented the solar system from the Three.js manual scene graph tutorial: https://threejs.org/manual/#en/scenegraph
  • Started implementing the same solar system in React Three Fiber (R3F), but did not finish it yet.