seagulls

Seagulls.js demos

This directory contains “complete” simulation examples; see the howtos directory for smaller examples of specific techniques.

  1. Conway’s Game of Life - A classic artificial life simulation, GPU accelerated.
  2. Reaction Diffusion - Turing’s morphogenesis algorithm.
  3. Langton’s Vants (basic) - Langton’s virtual ants simulation with a single rule.
  4. Langton’s Vants (advanced) - Langton’s virtual ants simulation, with two rules and decaying pheromones.
  5. Boids (basic) - The Craig Reynolds flocking simulation.
  6. Boids (advanced) - Flocking simulation with instances rendered to a texture so that feedback can be applied. The mouse position also repels agents.
  7. Slime Mold - Physarum/slime mold simulation.
  8. Slime Mold w/ video - Physarum consuming live video (Chrome only)