Open toxaold opened 1 year ago
Hi toxaold, thanks for reaching out!
I've pushed a new script (generate.py) to the main branch that shows how one could use my code to generate video of fractal rendering. Here's a little test video that I generated using this new script.
In the script I altered the number of iterations over time. This could easily be changed to alter the position and zoom if you wanted to do a deep dive into the set. Hopefully this helps!
Thanks for the reply, but that's a bit off. I meant scaling fractals with a parallax effect, for this you have to constantly change the position of the camera, can such an effect be obtained without the help of additional labor?
Hi! I started learning programming and chose fractal generation as the topic of my work. I mainly write in python. I am very inspired by your code. How i can add generate video ability to your code? I want to make a multi-threaded fractal generator to increase performance. Thank you in advance, thank you for your work