Made with Raylib-Quickstart
Small Game Of Life simulation with some visualization from raylib.
Built with Visual Studio 2022 for windows using the raylib quickstart project.
Should work on any platform with some tweaks to the build system, the used libraries are :
- raylib
- math
- cstdlib
- omp (for small parallelization)