https://github.com/samyak2/potential-art
some drawings made using Luxor.jl - fractals, nice looking animations, etc.
https://github.com/samyak2/potential-art
drawing julia luxor
Last synced: about 1 year ago
JSON representation
some drawings made using Luxor.jl - fractals, nice looking animations, etc.
- Host: GitHub
- URL: https://github.com/samyak2/potential-art
- Owner: Samyak2
- License: mit
- Created: 2021-03-04T17:31:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-04T18:02:02.000Z (over 5 years ago)
- Last Synced: 2025-02-27T02:51:03.628Z (over 1 year ago)
- Topics: drawing, julia, luxor
- Language: Julia
- Homepage:
- Size: 5.3 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# potential-art
Some drawings made using [Luxor.jl](https://github.com/JuliaGraphics/Luxor.jl/).
All of the examples are [Pluto.jl notebooks](https://github.com/fonsp/Pluto.jl/), 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](http://juliagraphics.github.io/Luxor.jl/stable/examples/) for more examples
# Showcase
## [Barnsley's Fern](./src/barnsley_fern.jl)


[Barnsley's fern](https://en.wikipedia.org/wiki/Barnsley_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](./src/boing.jl)

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](http://juliagraphics.github.io/Luxor.jl/stable/turtle/). The name does not make any sense I know.
## [Colored circles](./src/color_circles.jl) (and [more colored circles](./src/more_color_circles.jl))


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.