Your ROOT_URL in app.ini is https://git.mitchellhansen.info/ but you are visiting https://mitchellhansen.com/mitchellhansen/conways-game-of-life-gpu/src/commit/2e2fb9ffd2cdd9fe08fd9eba48586601365d7808 You should set ROOT_URL correctly, otherwise the web may not work correctly.
 
 
 
Go to file
MitchellHansen 2e2fb9ffd2 small tweaks, addind mouse control and preview of chosen pattern 8 years ago
assets structural changes + a repo of a bunch of patterns to choose from 8 years ago
include Cleaned up the decoder, weird failbit behaviour from gitline. 8 years ago
kernels Cleaned up the decoder, weird failbit behaviour from gitline. 8 years ago
src small tweaks, addind mouse control and preview of chosen pattern 8 years ago
.gitignore Rewrote the entire thing using my new OpenCL template. Makes small one offs like these reallly simple 8 years ago
CMakeLists.txt Rewrote the entire thing using my new OpenCL template. Makes small one offs like these reallly simple 8 years ago
FindSFML.cmake Rewrote the entire thing using my new OpenCL template. Makes small one offs like these reallly simple 8 years ago
README.md Create README.md 8 years ago

README.md

About

Using the OpenCL cl_khr_gl_sharing extension, a complete in core conways game of life simulation is achievable on the GPU, allowing performance exceeding 1500 cycles per second on a 1920x1080 grid with modest hardware.

Features