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)
- Host: GitHub
- URL: https://github.com/schteppe/voronoi-cube
- Owner: schteppe
- Created: 2014-03-14T13:51:35.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-27T12:17:06.000Z (almost 8 years ago)
- Last Synced: 2025-03-21T23:23:04.432Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://schteppe.github.io/voronoi-cube/
- Size: 715 KB
- Stars: 12
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```