Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.82 KB

README.md

File metadata and controls

37 lines (20 loc) · 1.82 KB

potential-art

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

Showcase

Barnsley's fern example 1 Barnsley's fern example 2

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)

Boing example animation

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.

Colored circles example Colored circles example 2

Some circles inside other circles and they are colored. Very creative name

Why?

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.

License

MIT License because why not.