You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
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