👾 JS library for simple biological simulations and cellular automata
Go to file
2014-08-25 13:49:17 -07:00
app Fix #13: add a method to populate a terrarium non-randomly 2014-08-25 13:49:17 -07:00
dist Fix #13: add a method to populate a terrarium non-randomly 2014-08-25 13:49:17 -07:00
lodash_custom v0.0.2-alpha 2014-08-16 23:23:48 -04:00
tests v0.0.2-alpha 2014-08-16 23:23:48 -04:00
.gitignore Reorganize for efficient gh_pages deploy 2014-08-17 00:33:10 -04:00
bower.json Add to bower repository 2014-08-22 16:25:11 -07:00
gulpfile.js Add Google Analytics 2014-08-23 10:49:20 -07:00
LICENSE v0.0.2-alpha 2014-08-16 23:23:48 -04:00
package.json Add comments and update to 1.0.0-alpha 2014-08-22 16:20:41 -07:00
README.md Add build instructions 2014-08-24 00:51:30 -07:00

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.