# A “Gallery” of fractal rendered mainly with Julia

**URL:** https://discourse.julialang.org/t/a-gallery-of-fractal-rendered-mainly-with-julia/37435
**Category:** Visualization
**Tags:** plotting, fractal
**Created:** [April 12, 2020, 5:59am UTC](https://discourse.julialang.org/t/a-gallery-of-fractal-rendered-mainly-with-julia/37435 "2020-04-12T05:59:24Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![HaoLi111](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/haoli111/32/10982_2.png) [@HaoLi111](https://discourse.julialang.org/u/HaoLi111)
#### Post date: [April 12, 2020, 5:59am UTC](https://discourse.julialang.org/t/a-gallery-of-fractal-rendered-mainly-with-julia/37435/1 "2020-04-12T05:59:24Z")

</div>

As I mentioned before, Julia has some natural advantages to create fractals and the site below has a collection. And some codes are shared

> **[Collection](https://galleryinfractaldimension-temp.weebly.com/blog)**
>
> The application I made can take in either cloud-stored data or custom datasets and generate different types of statistical visualizations along with models and automatically return the pieces of code...

[https://galleryinfractaldimension-temp.weebly.com/blog](https://galleryinfractaldimension-temp.weebly.com/blog)  
However, I think the codes shared on the webpages are just for temporary usage. It is maybe cleverer to use Makie.jl ecosystem to utilize GPU and make some new functions to create a variety of plots and animations for Dynamical systems. Likely I would like the new program to support the output from DifferentialEquations.jl. But since I have also written some numerical comp code in pure Julia, the new functions may not need other computing packages as prerequisites.

Because I want the animations to be calculated and rendered faster. And it would also be great if I can set the theme to follow one certain aesthetic

There are some new plot types to consider.

If you have any suggestions to what should be considered next, plz comment

---

<div class="post-metadata">

### Author: ![HaoLi111](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/haoli111/32/10982_2.png) [@HaoLi111](https://discourse.julialang.org/u/HaoLi111)
#### Post date: [April 12, 2020, 6:01am UTC](https://discourse.julialang.org/t/a-gallery-of-fractal-rendered-mainly-with-julia/37435/2 "2020-04-12T06:01:37Z")

</div>

Problems still exist: like how to create vector fields quickly in Makie. How to make Streamplots, Cobwebs run fast in the functions. Will get to this when I get used to Makie

---

<div class="post-metadata">

### Author: ![tlienart](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tlienart/32/7640_2.png) [@tlienart](https://discourse.julialang.org/u/tlienart)
#### Post date: [April 12, 2020, 9:07am UTC](https://discourse.julialang.org/t/a-gallery-of-fractal-rendered-mainly-with-julia/37435/3 "2020-04-12T09:07:29Z")

</div>

Hello,

Some trippy videos for sure! I’d suggest having a few screenshots on your website too, it’d look nice (and people like me who block videos by default would still see something).

Other small note, you might want to render code blocks as code blocks on your page, it would look nicer 🙂

---

<div class="post-metadata">

### Author: ![mschauer](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mschauer/32/13946_2.png) [@mschauer](https://discourse.julialang.org/u/mschauer)
#### Post date: [April 12, 2020, 10:15am UTC](https://discourse.julialang.org/t/a-gallery-of-fractal-rendered-mainly-with-julia/37435/4 "2020-04-12T10:15:18Z")

</div>

You might enjoy the recent discussion [Julia sets in Julia, using Interact.jl - I'd like to get it faster](https://discourse.julialang.org/t/julia-sets-in-julia-using-interact-jl-id-like-to-get-it-faster/35533)

---

<div class="post-metadata">

### Author: ![HaoLi111](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/haoli111/32/10982_2.png) [@HaoLi111](https://discourse.julialang.org/u/HaoLi111)
#### Post date: [April 12, 2020, 11:26pm UTC](https://discourse.julialang.org/t/a-gallery-of-fractal-rendered-mainly-with-julia/37435/5 "2020-04-12T23:26:18Z")

</div>

thx for the suggestion!

---

<div class="post-metadata">

### Author: ![HaoLi111](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/haoli111/32/10982_2.png) [@HaoLi111](https://discourse.julialang.org/u/HaoLi111)
#### Post date: [April 12, 2020, 11:28pm UTC](https://discourse.julialang.org/t/a-gallery-of-fractal-rendered-mainly-with-julia/37435/6 "2020-04-12T23:28:03Z")

</div>

Yes and I’ll maybe put the corresponding code in a code block. some animations still take long to run though
