https://github.com/danielesteban/blocks-editor
General purpose voxels editor
https://github.com/danielesteban/blocks-editor
Last synced: 5 months ago
JSON representation
General purpose voxels editor
- Host: GitHub
- URL: https://github.com/danielesteban/blocks-editor
- Owner: danielesteban
- License: mit
- Created: 2020-10-05T02:41:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-27T11:19:20.000Z (over 5 years ago)
- Last Synced: 2025-04-02T18:54:50.528Z (over 1 year ago)
- Language: Svelte
- Homepage:
- Size: 14.3 MB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[blocks-editor](https://blocks-editor.gatunes.com/)
==
[](https://blocks-editor.gatunes.com/)
#### Usage examples
* [blocks-editor-examples](https://github.com/danielesteban/blocks-editor-examples) A combined set of examples
* [ar-boilerplate](https://ar-boilerplate.glitch.me/) - AR + model loading + physics + lightmap
* [lightmap-boilerplate](https://lightmap-boilerplate.glitch.me/) - VR + model loading + physics + lightmap
* [multiplayer-boilerplate](https://multiplayer-boilerplate.glitch.me/) - VR + model loading + multiplayer server
* [physics-boilerplate](https://physics-boilerplate.glitch.me/) - VR + model loading + physics
* [physics-boilerplate-2](https://physics-boilerplate-2.glitch.me/) - VR + model loading + physics with multiple models/scales
* [space-train](https://space-train.glitch.me/) - VR + model loading
#### Local development
```bash
# 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
```