Some drawings made using Luxor.jl.
All of the examples are Pluto.jl notebooks, some of them have interactive sliders for you to play around with.
These creations only touch the surface of what's possible using Luxor, check out the Luxor documentation for more examples
Barnsley's fern is a fractal that looks like a fern. It only takes a few lines of code to generate this. (logic/algo borrowed from the python example on the Wikipedia article linked above)
A beautiful animation of what looks like a rotating square changing colors and leaving behind a trail. The design was borrowed from the first example for Turtle in the documentation. The name does not make any sense I know.
Some circles inside other circles and they are colored. Very creative name
Because I was bored and I found an old TODO note from my past self asking me to try making Barnsley's fern in python. I used Julia instead. I liked Luxor and Pluto so much that I wanted to play around more.
MIT License because why not.