Files
conways-game-of-life-gpu/README.md
2018-05-08 20:04:34 -07:00

398 B

About

With the cl_khr_gl_sharing extension to the OpenCL API, we can do a zero copy share of the automata data and the rendered textures. This speeds up the sim quite significantly, getting 1500 cycles per second on a 1920x1080 grid of single pixel cells

Features