This template provides a minimal setup to get React working with Three.js, allowing you to create 3D graphics and animations in your web applications.
Check out the live demo of the project here.
To get started with this project, follow these steps:
-
Clone the repository:
git clone https://github.com/AliBaig-xD/three.js-starry-rotations.git cd your-repo -
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open your browser: Navigate to
http://localhost:5173to see your application in action.
- Integrates Three.js with React for 3D rendering.
- Supports animations and interactive 3D models.
- Easy to extend and customize for your specific needs.
This project is licensed under the MIT License - see the LICENSE file for details.