- Julia sets
- Mandelbrot set
- Buddhabrot & Nebulabrot fractal
- Video of Julia sets for different c
- flickering problem (all arrays are normalized to (0, 1))
- depending on raw image brightness,
asinh_stretch
yields visually different results - possible fix is high oversampling factor but render time would be increased
- C# code for Buddhabrot
- C extension for
f
planned- dramatic performance improvement expected (C vs. Python) since
f
takes up the most time by far (followed byboxes2arr
)
- dramatic performance improvement expected (C vs. Python) since
- Images (scaled down)
Because Python is such a slow language and this code in particular is heaviliy dependent on speed because it is processor-intensive, implementations in C or even C# will be much faster. I have little experience in these languages however, so I have thus far only implemented the Buddhabrot in C#.
If not specified otherwise, the file name will be __str__
and it will be saved as a 16-bit tif.
Currently I am colorizing the images with GIMP, I might implement historgram coloring in the future.
Coloring method by Melinda Green