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

https://github.com/schteppe/voronoi-cube

Exploding cube in WebGL/GooEngine using 3D Voronoi tessellation data. (Goofy Day project)
https://github.com/schteppe/voronoi-cube

Last synced: 29 days ago
JSON representation

Exploding cube in WebGL/GooEngine using 3D Voronoi tessellation data. (Goofy Day project)

Awesome Lists containing this project

README

        

voronoi-cube
============

Exploding cube in WebGL/GooEngine using 3D Voronoi tessellation data from Voro++.

This was a Goofy Day project at Goo Technologies.

## Install
You need the [voro++](http://math.lbl.gov/voro++/) command line utility and [Node.js](http://nodejs.org/).

```sh
# Creates volumes.js
node make-voronoi-data.js
```