terra/README.md
2014-08-24 00:51:30 -07:00

447 B

terra

JS framework for cellular automata and simple biological simulations. Documentation and examples live here.

Hacking this library

To build terra on your machine you'll need Node.js, Bower, and gulp installed. Then...

cd path/to/terra
npm install
bower install
gulp

That's all, folks!

MIT, remixing strongly encouraged.