JavaScript Experiments
Some JavaScript experiments. You can see them online using the links below. Google Chrome is the best browser for these demos, but Opera or Firefox should be fine too.
Gray-Scott
Gray-Scott is a solver for the Gray-Scott reaction-diffusion model. Roughly, this can be seen as a simulation of the behavior of diffusive living beings reproducing under conditions of limited food. Very different patterns emerge for slight changes in feeding and death rates.
This experiment uses Three.js and performs calculations on the GPU. It requires a WebGL enabled browser.
Screenshots
Some screenshots of the application.
Particles
Particles is a simple mass-spring physics simulation.