L
L
LifeDeath2022-01-27 13:26:33
Programming
LifeDeath, 2022-01-27 13:26:33

How to render video with Maldebrot set?

Basic question, I don’t know the topic, but I want to know which specialist to hire.
You need to create a program that generates the Mandelbrot set and zooms to a certain point.
An example on this video: https://youtu.be/ZiuZeBwamJ8
I tried it myself in VS in C ++, after even x8 zoom it starts to draw very slowly. I understand that it takes weeks to render, but in my case it is too slow.
In what language is it better to write a program for generating? Is it possible in any environment?
Thank you!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
N
Nikolay Savelyev, 2022-01-27
@AgentSmith

On shaders you can do
https://www.shadertoy.com/view/4df3Rn

A
Armenian Radio, 2022-01-27
@gbg

GLSL will most likely solve your problem. With the proper skill of jumping with a tambourine, you can even organize the compression of the final video on the video card.

B
BearUA, 2022-01-31
@BearUA

If the speed drops depending on the zoom, then you clearly have an error in the algorithm. With any zoom, the speed should be dance-minus the same. Look for where you calculate the excess.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question