Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerluc/eve
Simple visualizations for various computer science topics
https://github.com/jerluc/eve
Last synced: 24 days ago
JSON representation
Simple visualizations for various computer science topics
- Host: GitHub
- URL: https://github.com/jerluc/eve
- Owner: jerluc
- Created: 2016-07-16T00:14:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-16T01:15:38.000Z (over 8 years ago)
- Last Synced: 2024-11-05T20:41:32.897Z (2 months ago)
- Language: Lua
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
eve
===Simple visualizations for various computer science topics. Currently included are:
* Conway's Game of Life
![](conway.png)
* Langton's Ant
![](langton.png)### Prerequisites
* [lover](https://github.com/jerluc/lover)
### Running
```bash
lover run
```### Key bindings
* `c` switches to Conway's Game of Life
* `l` switches to Langton's Ant
* `` resets the visualization (including any RNGs)
* `` pauses/unpauses the visualization
* `` quit