spacesvr-starter
spacesvr-starter copied to clipboard
Starter template for a spacesvr project
spacesvr starter repo
A starter repository to quickly start building using spacesvr
> how to use
clone this repo, then install packages using yarn install
> scripts
- use
yarn devto start a local development server - use
yarn startto start a local production server - use
yarn buildto export the site to static files
> features
- [x] typescript out of the box
- [x] clean code with ESlint and Prettier
- [x] starter world
- [x] some example components with common recipes
> stack
- 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