Yet Another Self Similar Fractal. The animation you just saw was built with p5js and the code is available on my github repository VisualHub. The Dragon Curve was first investigated by some NASA physicists. Crazy right?The Heighway dragon can be constructed from a base line segment by replacing each segment by two segments with a right angle and with a rotation of 45° alternatively to the right and to the left (Wikipedia).
Yeah not much to say about this one. It consists of a really simple 3D animation built with P5js and WEBGL. Go take a look at the code if you want: VisualHub.
A cellular automaton is a collection of "colored" cells on a grid of specified shape that evolves through a number of discrete time steps according to a set of rules based on the states of neighboring cells. The rules are then applied iteratively for as many time steps as desired. (Mathworld). This is one of my favorites. Refresh the page to see a different rule. The code is also available on my github repository VisualHub.
As the subtitle already mentioned, this was my first attempt at visualizing a math algorithm using JavaScript and P5js. It represents a concept in botany: the arrangement of leaves on a plant stem. In other words, a cool pattern.