- 2,163
- 191
Is there a code for the mandelbrot set that creates an image with an high resolution so that we can zoom and see the fractal over and over again ?
The discussion revolves around generating high-resolution images of the Mandelbrot set, focusing on coding techniques and experiences related to creating fractal images. Participants share their programming experiences and suggest resources for implementing the Mandelbrot set in various programming languages.
Participants generally agree on the existence of algorithms for generating the Mandelbrot set and share personal experiences, but there is no consensus on a specific code or method for achieving high-resolution images.
Some discussions reference the variability in programming languages and the subjective enjoyment of different rendering speeds, which may depend on individual preferences and experiences.
Individuals interested in fractals, programming, and computer graphics may find the shared experiences and resources beneficial for their own projects.
anorlunda said:Thanks for the memory. I wrote several such programs in the 80s and had great fun watching them evolve on the screen. It took about 15 minutes per frame, and it was one of the rare cases when slower computers were more fun than fast ones.
A quick google search of "mandelbrot python" returned many hits.