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

https://github.com/danielesteban/gpuvoxels

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

Last synced: 12 months ago
JSON representation

SDF -> Voxels -> Faces -> Pixels

Awesome Lists containing this project

README

          

[gpuvoxels](https://github.com/danielesteban/gpuvoxels)
[![npm-version](https://img.shields.io/npm/v/gpuvoxels.svg)](https://www.npmjs.com/package/gpuvoxels)
==

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

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

### Dev environment

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