An index of my lab experiments
Please note: many of these experiments have not been tested for cross-browser support.
a simple turmite and cellular automata simulator with the ability share creations
a differential growth simulator inspired by this post on generative design and by this compilation of grown structures
a vector field simulator inspired by this earth windmap and by this Starry Night interactive animation
a 3D modular flocking algorithm for HTML5 Canvas where rules are defined for the simulation in a clean and modular manner, such that additional rules may be easily added
a fractal generator using Lindenmayer systems for HTML5 canvas
a two-dimensional n-body particle simulator and sandbox
a simple online calculator and math parser designed for small viewports, and therefore will work best on a mobile device
a password generator using Shamir’s Shared Secret algorithm inspired by a post on DataGenetics
a 3D strange attractor generator and viewer in WebGL, used to teach myself about 3D rendering with WebGL
a naïve Javascript equation grapher I created early in high school
an extremely simple and limited Javascript 3D renderer in HTML5 canvas I wrote as an early exploration of graphics pipelines