Category: Graphics

Online L-System Drawer
Online L-System Drawer

The L-System, or Lindenmayer system, named after it’s creator, Aristid Lindenmayer.L-systems were introduced in 1968 to describe the behavior of plant cells and model the growth of a variety of organisms. However, L-Systems are an incredibly versatile tool. In no way are they limited to biology; anywhere requiring parallel state changes can be modeled with […]

Tracers
Tracers

An old python project of mine which works by taking abstract animations, usually julia sets (some are just moving lines and other simple shapes) and drawing each frame to the canvas without removing the previous. The result is that simple animations are swept across the canvas and transformed into complex geometric images. No code sorry, […]

Back to top