Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/doughsay/thirdlife

A 3D 2-state cellular automata simulator written in Java, using a 3D version of the hash-life algorithm.
https://github.com/doughsay/thirdlife

Last synced: about 1 month ago
JSON representation

A 3D 2-state cellular automata simulator written in Java, using a 3D version of the hash-life algorithm.

Awesome Lists containing this project

README

        

ThirdLife
=========

A 3D 2-state cellular automata simulator written in Java, using a 3D version of
the hash-life algorithm.

TODO
----

This is still a work in progress. Todo list:

* Finish UI
* Make it faster
* Use less memory
* Save and load files
* Configure life rules
* etc.