cpp-cheat/opengl/glfw_recursive.c.off
2016-11-12 10:23:12 +00:00

9 lines
261 B
Plaintext

/*
Recursive calculations where the input to the next frame is the previous frame.
Conway's game of life is a popular example:
- http://nullprogram.com/blog/2014/06/10/
- http://gamedev.stackexchange.com/questions/87213/how-to-read-neighbor-pixels-in-glsl
*/