Please open the images on full screen in a separate tab!
A program i am making, already has over 1200 lines of code, including advanced optimization and the ability to go reallyyy deep into the mandelbrot fractal!!
it’s gonna release soon after some final bug fixes and improvements and be free for everyone ofc ill post it here when it’s ready in another post! this is just the preview gallery
My understanding of fractals is that when you zoom far into a fractal there start to be numerical problems. From the images it looks like you are managing these issues well. Good job!
Are you using a Processing library for the controls on the left side of the screen? Or is that custom code?
You got that right. as far as ive seen and i might be mistaken the program i made lets you zoom in the most amount of distance compared to all other processing based programs i personally found.
And the UI is all custom code, it’s a UI i use for all of my fractal programs, you can find the code for it here Triangle-in-Square Arranger - OpenProcessing feel free to use it if you want. in the advanced fractal viewer there is a more advanced version of it and it will be availble for everyone for free soon. after i fix some last bugs.