This is a demo created in React.js using the Three.js 3D graphics library. The application renders a scene with a camera orbiting around a point of interest.
Three.js is a cross-browser JavaScript library and API used to create and display animated 3D computer graphics in a web browser using WebGL. It simplifies the development of 3D content by providing an extensive set of tools and features for rendering, animating, and interacting with 3D objects.
Follow the process below to get the application running.
npm run start;