Life is an application based on SDL2 and OpenGL 4.3.
It uses GPU power to run Conway's game of life
for given pattern.
Steps to run on Linux:
-
Download "life.deb".
-
Install it: "sudo apt install ./life.deb".
-
Run "life".
-
"LOAD" a pbm file "glider-gun.pbm".
-
Hit "PLAY".
-
Watch and enjoy.
Steps to run on Windows:
-
Download "life.msi".
-
Install it: (run as administrator) "life.msi".
-
Run "life.exe" from "bin" folder at installation path.
-
"LOAD" a pbm file "glider-gun.pbm".
-
Hit "PLAY".
-
Watch and enjoy.