Julia sets fractal in C++

In Corso Pubblicato 4 anni fa Pagato alla consegna
In Corso Pagato alla consegna

I want to generate the Julia set fractal based on the following pseudo-code for seven different colours in C++. I need this project at the end of Saturday night of the latest 6:00 AM Sunday morning Pakistan Time.

for z0y = -1.5 + step to 1.5, step 3/480 do for z0x = -2 to 2 - step, step 4/640 do

{

iteration = 0

zx = z0x

zy = z0y

while ((zx2 + zy2 < 4) && (iteration < MAX_ITER)) { zxtemp = zx2 – zy2 + zx + cx zytemp = 2·zx·zy + zy + cy

zx = zxtemp

zy = zytemp

iteration++

}

x = x_conv(z0x) // conversion to the x-coordinate of a pixel y = y_conv(z0y) // conversion to the y-coordinate of a pixel if zx2 + zy2 < 4

color(x,y) = fractal_color

else

color(x,y) = background_color

In order to select the background and fractal colour use the table in the attachment, consider SW as an input to change the parameters.

Programmazione C++ Matematica

Rif. progetto: #25382839

Info sul progetto

4 proposte Progetto a distanza Attivo 4 anni fa

Assegnato a:

Ayaaz10

Hey there , I think I'm perfect for this project . I am a competitive programmer( in C++ ) and also an app developer . I can easily make this project in no time ,with a clean and user friendly code and with a perfect k Altro

$20 USD in 1 giorno
(0 valutazioni)
0.0

4 freelance hanno fatto un'offerta media di $24 per questo lavoro

FaroukAwadalla

Hey, I am an avid programmer and love to develop simulation in various programming languages. As you can see on my display picture, the mandelbrot, created in p5. Text me to dicuss this further.

$20 USD in 1 giorno
(1 Recensione)
1.6
ecstacy02

Dear client, I have recently simulated the Mandelbrot. I think I will be good for your work. Check out my profile to see my portfolio.

$25 USD in 1 giorno
(0 valutazioni)
0.0
arkopaldas27

Hey, I am an avid programmer and love to develop simulation in various programming languages. As you can see on my display picture, the mandelbrot, created in p5. Text me to dicuss this further.

$30 USD in 2 giorni
(0 valutazioni)
0.0