Skip to content

A modular cellular automata playground with an ImGui-powered interface

License

Notifications You must be signed in to change notification settings

wismh/advanced-automats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧩 Advanced Automats

A modular cellular automata playground with an ImGui-powered interface

Advanced Automats is an interactive platform for running, exploring, and visualizing different types of cellular automata in real time.

The project uses Dear ImGui for a flexible control interface, allowing you to switch rules, tweak simulation parameters, and experiment with various automata models.

🚀 Getting Started

1. Clone the repository

git clone --recurse-submodules https://github.com/wismh/advanced-automats.git
cd advanced-automats

2. Build

mkdir build
cd build
cmake ..
cmake --build .

3. Run

./AdvancedAutomats

About

A modular cellular automata playground with an ImGui-powered interface

Topics

Resources

License

Stars

Watchers

Forks

Contributors