WebGL interactive implementation of lattice gas. All calculations are performed on GPU so it can handle huge amount of particles.
Deployed here
Based on skeeto's GOL project Check also his article about two texture approach for a WebGL automata implementation.
Basic rules and coloring borrowed from https://github.com/timhutton/latticegas.