Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rileyjshaw/terra
:space_invader: JS library for simple biological simulations and cellular automata
https://github.com/rileyjshaw/terra
biological-simulations cellular-automata javascript js-library
Last synced: 18 days ago
JSON representation
:space_invader: JS library for simple biological simulations and cellular automata
- Host: GitHub
- URL: https://github.com/rileyjshaw/terra
- Owner: rileyjshaw
- License: mit
- Created: 2014-03-10T03:53:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-10T00:31:06.000Z (almost 5 years ago)
- Last Synced: 2024-10-01T00:54:27.756Z (about 1 month ago)
- Topics: biological-simulations, cellular-automata, javascript, js-library
- Language: JavaScript
- Homepage: http://rileyjshaw.com/terra/
- Size: 373 KB
- Stars: 610
- Watchers: 17
- Forks: 46
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
terra
=====JS library for cellular automata and simple biological simulations. Documentation and examples live [here](http://rileyjshaw.com/terra/).
## Hacking this library
To build terra on your machine you'll need [Node.js](http://nodejs.org/), [Bower](http://bower.io/), and [gulp](http://gulpjs.com/) installed. Then...```.bash
cd path/to/terra
npm install
bower install
gulp
```## Contributing
At this stage **the most important way you can help is to use the library**. The API is in Beta and still flexible. If you discover something that's confusing or hard to work with, document it [here](https://github.com/rileyjshaw/terra/issues). Come up with an idea and try to build it; by using and testing the library you'll find bugs or usability issues that would otherwise go unnoticed.
If you want to make a pull-request on anything labeled 'major', be sure to join the discussion first so we can talk architecture.
If anyone's willing to get the ball rolling on [unit tests](https://github.com/rileyjshaw/terra/issues/16), [you will be my hero](http://youtu.be/koJlIGDImiU).That's all, folks! MIT, remixing strongly encouraged.