A starter repository to quickly start building using spacesvr
clone this repo, then install packages using yarn install
- use
yarn dev
to start a local development server - use
yarn start
to start a local production server - use
yarn build
to export the site to static files
- typescript out of the box
- clean code with ESlint and Prettier
- starter world
- some example components with common recipes
- threejs & react
- spacesvr for standardized environment / control scheme
- @react-three/fiber to combine react + three js
- @react-three/drei for some basic components
- @react-three/cannon for physics
- react-spring for simplified animations