Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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