A collection of random projects for learning C++ and algorithms.
- GameOfLife — Conway's Game of Life cellular automaton
- Mandelbrot — Mandelbrot set visualization
- nBodyGravitation — N-body gravity simulation
- TuringPatternGenerator — Turing pattern generation
cd <project_name>
cmake . && cmake --build .- Qt 6+
- CMake 3.16+
- C++17
