- lightmap-boilerplate - VR + model loading + physics + lightmap
- multiplayer-boilerplate - VR + model loading + multiplayer server
- space-train - VR + model loading
- physics-boilerplate - VR + model loading + physics
- physics-boilerplate-2 - VR + model loading + physics with multiple models/scales
# clone this repo
git clone https://github.com/danielesteban/blocks-editor.git
cd blocks-editor
# install dependencies
npm install
# start the dev environment:
npm start
# open http://localhost:8080/ in your browser