Edit This Sketch
This sketch draws an Archimedean Spiral using polar coordinates. If the "EXPORT" variable is true, the sketch will spit-out an SVG file of the drawn spiral. My motivation for making this was so I could cut-out a spiral with my wife's Cricut Maker and hang something more interesting above my …
Read MoreThis program works by creating a grid of evenly-spaced points. Each points has a corresponding object that rotates about that point and is assigned characteristics such as rotation radius, shape, and color that corresponds to the same x and y position of a source image. The phase of each object's rotation to the brightness value of the source image's corresponding pixel. This project taught me a lot about JavaScript and made for some fun animations.
Read MoreLaunch this sketch is a new window (recommended)
Launch p5.js web editor
The Ulam Spiral or prime spiral is a graphical depiction of the set of prime numbers, devised by mathematician Stanislaw Ulam in 1963 and popularized in Martin Gardner's Mathematical Games column in Scientific American a short time later. …
Read MoreThis is a (perhaps overkill) 3D WEBGL visualization of Merge Sort using the WEBGL rendering mode.
Read MoreThis sketch is a browser-based image filtering utility inspired by 10PRINT. The UI allows users to produce faithful looking interpretations of 10PRINT, 10PRINT patterns that look hand-drawn, and users can even create an explosive shit-mess of scribbles, if they so wish.
Launch this sketch is a new window …
Read MoreThis is a (perhaps overkill) 3D WEBGL visualization of Insertion Sort using the WEBGL rendering mode.
Read MoreThis sketch maps perlin noise between a value of 0 and 255 across a grid. Values greater than or equal to 100 are "grass", values between 75 and 100 are "sand", and values less than or equal to 75 are "water".
Read More