mirror of
https://github.com/libretro/cpp-cheat.git
synced 2025-04-08 22:41:01 +00:00
9 lines
261 B
Plaintext
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
|
|
*/
|