We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi every body, I want to make a zoom in the fractal mandelbrot but i dont know how to make it. I am using loadpixels and it cant let me do that. I want an idea how to do that a simple guide or tuto in the internet.
Thank you in advance.
Answers
Search for "mandelbrot" and "fractal" on the forum.
Related discussions:
Daniel Shiffman did a tutoriol on this, but with p5.js you could perhaps use the ideas from that video apply it to processing
Hi.
Try the code below. Of course, you want to click on an interesting area with contrast and more colors to zoom in. Otherwise, you will zoom into a deep sea. Unfortunately, it only "zoom´s in" 6 times. At the seventh click, there is an overflowing, and I didn´t figure this out yet.
Cheers, Emmanuel.
I made all vars into double here
replaced int with float in mousePressed() twice