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

https://github.com/danielesteban/voxeltoy

SDF -> Voxels -> Faces -> Pixels
https://github.com/danielesteban/voxeltoy

Last synced: 12 months ago
JSON representation

SDF -> Voxels -> Faces -> Pixels

Awesome Lists containing this project

README

          

[voxeltoy](https://github.com/danielesteban/voxeltoy)
==

> SDF -> Voxels -> Faces -> Pixels (Works only in Chrome Canary)

[![voxeltoy](screenshot.png)](https://voxeltoy.gatunes.com)

### Dev environment

```bash
# clone repo:
git clone https://github.com/danielesteban/voxeltoy.git
cd voxeltoy
# install dependencies:
npm install
# start environment:
npm start
# open http://localhost:8080/ in your browser
```