A JS simulation of L-systems. It's a system for drawing arbitrary fractals and patterns by specifying recursive formar grammar definitions. The simulation parses the grammar and runs the recursive computation, drawing the results onto a canvas.
Try it online! Here's a screenshot: