Alexandr Poltavsky
Software Developer
Location: Russia, Moscow
poltavsky.alexandr@gmail.com
Blog
Github
Shadertoy
Twitter
Conway's Game of Life in One Pixel Shader
Got my little hacky WebGL framework working and wrote a Game of Life shader. It uses previous frame as a source to compute current one. You can hack on the shader yourself by clicking a "PS" (Pixel Shader) button. To start try adjusting the cell variable - it controls the field scale, fstep variable is a frame divider - use it to slow down the processing, then click reload button (or press r key) to apply changes..
Click to show WebGL demo