Sketches
-
An interactive iteration on Factal Trees 01, to allow for configuration of branching parameters.
-
A basic fractal tree, drawn recursively.
-
Simulates tree growth with apical meristem cells driving growth at the end of branches, which secrete auxin, a growth inhibitor (shown as pink) which prevents lateral growth for little while.
-
Coding Challenge (via Coding Train) to implement L-System (Lindenmayer System) tree generation.
-
Models root growth based on 'space colonization' algorithm, where roots grow in spurts in an attempt to secure resources.
-
Lorenz attractor sketch, following along the Coding Challenge
-
A basic implementation of the 'Marching Squares' algorithm to plot the division line between 0 and 1 values in a 2D-field.
-
An iteration of the 'Marching Squares' to do a bit of optimization and add in interpolation.
-
An iteration of the 'Marching Squares' to add in multi-level isolines.
-
Sketch that generates a maze by randomly walking through a grid of cells, creating walls as it goes.
-
Initial sketch that demonstrates the stages of mitosis as a cell divides, inspired by a video on the 'Coding Train' YouTube channel.
-
Simple rendering of seven-segment digital display (from old clocks / calculators), as you type, the sketch translates the digit into a series of bits, which in turn activates different segments of the display.
-
Basic implementation of an n-body gravity simulation; calculates initial orbital velocity of planets to get things going.
-
Added 3D support to the basic solar system sketch simulating gravity of n-bodies.
-
Adds image textures to the 3D objects to display images of the planets in our solar system.
-
Basic implementation of the classic arcade game, Space Invaders, inspired by the 'Coding Train' YouTube channel.
-
A simple flyover an infinitely, autogenerated terrain.