An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[blocks-editor](https://blocks-editor.gatunes.com/)
==

[![screenshot](screenshot.png)](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
```