A combined set of examples for the blocks-editor
- Create WebXR voxels worlds from scratch
- Create WebXR voxels worlds: Locomotion
- Create WebXR voxels worlds: Climbing
- Create WebXR voxels worlds: P2P Multiplayer
# clone this repo
git clone https://github.com/danielesteban/blocks-editor-examples.git
cd blocks-editor-examples
# install dependencies
npm install
# start the dev environment:
npm start
# open https://localhost:5000/ in your browser