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
- Host: GitHub
- URL: https://github.com/607011/automata
- Owner: 607011
- License: mit
- Created: 2023-04-06T14:49:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-07T17:07:51.000Z (about 3 years ago)
- Last Synced: 2025-05-19T19:19:33.582Z (about 1 year ago)
- Topics: automata, automata-simulator, cellular-automata, cplusplus, educational, educational-project, sdl2, simulation
- Language: C++
- Homepage:
- Size: 851 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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.