Skip to content

NSGolova/LatticeGasWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gasomaton

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.