Create README.md

master
Mitchell 8 years ago committed by GitHub
parent c7ddfd8ba5
commit cb017cc551

@ -1,4 +1,9 @@
## About
A simple rework of the CPU based Conway's game of life simulation on the GPU
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
* .rle decoder
* GUI tool to change cycle rate and select one of over 1500 patterns as shown on http://www.conwaylife.com/

Loading…
Cancel
Save