mirror of
https://github.com/rileyjshaw/terra.git
synced 2024-11-21 04:54:23 +00:00
👾 JS library for simple biological simulations and cellular automata
app | ||
dist | ||
lodash_custom | ||
tests | ||
.gitignore | ||
bower.json | ||
gulpfile.js | ||
LICENSE | ||
package.json | ||
README.md |
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.