This is a WebGL-accelerated Game of Life simulator.
It's not the fastest out there, since it takes the naive approach to simulating Life and just chunks the work and gives it to the GPU to deal with (see Hashlife for a better approach), but it was fun to make.
All patterns were downloaded from conwaylife.com, and patterns that cover an area of over 1 million cells were removed.
Source code on GitHub
Check out my homepage