Hello. Recently I was reading through Wikipedia, specifically, about the Mandelbrot Set. When I reached the bit about algorithms, I decided that one of them was simple enough for me to implement it.
And I did.
https://codepen.io/c0d1ng_ma5ter/full/LEEzeVO
You can see the Mandelbrot Set, customize its generation parameters a bit, and see it in 3 different themes!
In the future, I plan to add support for more resolutions, zooming in (obviously), and custom color themes.
Very cool project.
The HD setting does not seem to do anything, is that right?
Did you have any specific challenges you want to mention or questions?
Hello! Like the little notice below the generation settings says, you need to reload the site to see any changes.
As for your question, I would like to ask what features you think would be cool (other than the ones already planned).
And the main challenge I had was making sure the program worked at HD, because on my PC it takes ~10 minutes to generate it.
Thanks!
When I refreshed the page it just seemed reset and went back to the original settings.
Now when I go there’s an error
Display and colour maps are cool, but the ultimate feature would be zooming. Ideally, click and drag the mouse to zoom in and out but any kind of zoom functionality would be great even at low res.
I’m doing some fixes rn
(and yes, you were right, turns out I forgot to delete a testing line that caused the set to always render in normal resolution)
Alright! I just added support for any resolution!
(just as a warning, they take an absurd amount of time to render, BUT, the result is worth it)
3x resolution
2x resolution
(Also, idk why, but the little “snoot” at the front appears to only be visible in even number resolutions)