Plotterfun Algorithm

This is a nice and short one, but I figured it was worth sharing because it's pretty fun to mess with. Inspired by the doodles that I would fill the margins of my lecture notes with, I wrote a short algorithm to create vector art in that style. The algorithm uses lots of short lines with varying curvature and rotation to create an image, and gives a pretty cool effect in my opinion. You can play with the sliders to get the amount of detail you want.

margins-palm example

Try it out

Until my pull request gets merged in to the main branch I have the project hosted here for anyone to mess around with. The margins algorithm is selected by default. https://storage.googleapis.com/plotterfun/plotterfun/main.htm

More about the project

Here's a video giving an overview of the original project for those interested.

original project video

My pull request can be viewed here: https://github.com/mitxela/plotterfun/pull/29