Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/doughsay/thirdlife
- Owner: doughsay
- Created: 2012-04-27T13:54:06.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-04-27T13:54:25.000Z (over 12 years ago)
- Last Synced: 2024-04-14T22:12:39.243Z (7 months ago)
- Language: Java
- Size: 172 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.