Julia sets fractal in C++

进行中 已发布的 4 年前 货到付款
进行中 货到付款

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.

C++编程 数学

项目ID: #25382839

关于项目

4个方案 远程项目 活跃的4 年前

授予:

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 更多

$20 USD 在1天内
(0条评论)
0.0

有4名威客正在参与此工作的竞标,均价$24/小时

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.

$20USD 在1天里
(1条评论)
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.

$25USD 在1天里
(0条评论)
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 在2天内
(0条评论)
0.0