An open API service indexing awesome lists of open source software.

https://github.com/vsoch/juliart-grid

exploring the c (a and b) parameter space when generating Julia Sets
https://github.com/vsoch/juliart-grid

julia-set juliart mandelbrot python

Last synced: 11 months ago
JSON representation

exploring the c (a and b) parameter space when generating Julia Sets

Awesome Lists containing this project

README

          

# JuliaArt Grid

This is a JuliaSet grid generated with version 0.0.13 of [juliart](https://www.github.com/vsoch/juliart).
I wanted to understand how varying the parameter space (the a and b components of the parameter c)
would influence the resulting image, so I created this small repository.

![grid.png](grid.png)

You can also see an animation looping through the images (the order might not be perfect):

![grid.gif](grid.gif)

And you can see the full, interactive version on [GitHub pages](https://vsoch.github.io/juliart-grid).
The beautiful thing is that (I think) we can see that Julia Sets form indices of a larger
Mandelbrot set! Awesome.