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

https://github.com/607011/automata

Automata simulator written in C++ and SDL2
https://github.com/607011/automata

automata automata-simulator cellular-automata cplusplus educational educational-project sdl2 simulation

Last synced: 8 months ago
JSON representation

Automata simulator written in C++ and SDL2

Awesome Lists containing this project

README

          

# Automata

**Automata simulator written in C++ using SDL2**

Currently only an experimental implementation of a Game Of Life clone is implemented.

![Game Of Life](gol-preview.png)

## Prerequisites

### macOS

```
brew install sdl2
```

## Build

```
cmake -DCMAKE_BUILD_TYPE=Release .
cmake --build .
```

# Nutzungshinweise

Diese Software wurde zu Lehr- und Demonstrationszwecken geschaffen und ist nicht für den produktiven Einsatz vorgesehen. Heise Medien und der Autor haften daher nicht für Schäden, die aus der Nutzung der Software entstehen, und übernehmen keine Gewähr für ihre Vollständigkeit, Fehlerfreiheit und Eignung für einen bestimmten Zweck.