Implementation of SmoothLife in C with Raylib and OpenGL shaders.
- Raylib with OpenGL 4.3 support (should work with 3.3, change the version in
shaders/cell_fragment.glslif needed).
- Original paper
- Another implementation (I stole some parameter values from there)