RohanFredriksson / FractalGenerator

A command line based fractal renderer, which uses multiprocessing to quickly render awesome images of fractals.
The Unlicense
0 stars 0 forks source link

FractalGenerator mv #1

Open toxaold opened 1 year ago

toxaold commented 1 year ago

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

RohanFredriksson commented 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.

iterations

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!

toxaold commented 1 year ago

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?