Seagulls.js demos
This directory contains “complete” simulation examples; see the howtos directory for smaller examples of specific techniques.
- Conway’s Game of Life - A classic artificial life simulation, GPU accelerated.
- Reaction Diffusion - Turing’s morphogenesis algorithm.
- Langton’s Vants (basic) - Langton’s virtual ants simulation with a single rule.
- Langton’s Vants (advanced) - Langton’s virtual ants simulation, with two rules and decaying pheromones.
- Boids (basic) - The Craig Reynolds flocking simulation.
- Boids (advanced) - Flocking simulation with instances rendered to a texture so that feedback can be applied. The mouse position also repels agents.
- Slime Mold - Physarum/slime mold simulation.
- Slime Mold w/ video - Physarum consuming live video (Chrome only)