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.
10 lines
368 B
10 lines
368 B
|
|
## 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
|
|
|
|
* .rle decoder
|
|
* GUI tool to change cycle rate and select one of over 1500 patterns as shown on http://www.conwaylife.com/
|