conway.cpp
C++
SDL2
Conway.cpp is a project written in C++, allowing users to visualize and interact with Conway's game of life with immense smoothness.
Written with multithreading in mind to calculate the cell's grid of each images displayed by the GPU.
Github CPP Conway
Source code
Similar to conway's Game of Life, other cellular automata are capable of running under this program with minor modifications.
For examples, particles of sand or water.
Github

remifrancois5@gmail.com