This project was generated with react-three.org A github pages deployment action is configurd. Your app will be publish at itsdouges.github.io/react-three-dull-fox once the github action is finished.
This project uses Vite as the bundler for fast development and optimized production builds.
app.tsxdefines the main application component containing your 3D content- Modify the content inside the
<Canvas>component to change what is visible on screen - Static assets can be placed in the
publicfolder
The following libraries are used - checkout the linked docs to learn more
- React - A JavaScript library for building user interfaces
- Three.js - JavaScript 3D library
- @react-three/fiber - lets you create Three.js scenes using React components
- @react-three/drei - Useful helpers for @react-three/fiber
- koota - ECS-based state management library optimized for real-time apps, games, and XR experiences
npm installto install the dependenciesnpm run devto run the development server and preview the app with live updatesnpm run buildto build the app into thedistfolder