cramicule is comming !

This commit is contained in:
tTh
2026-06-25 10:09:03 +02:00
parent de43a1810c
commit d7da858380
21 changed files with 66 additions and 48 deletions

View File

@@ -42,10 +42,10 @@ subroutine mandelbrot_one(pic, start)
! enter megaloop
!
do iy = 1, height
fy = (float(iy) / float(height/3)) - 1.5
fy = (float(iy) / float(height/2)) - 1.0
!! print *, "line ", iy, fy
do ix = 1, width
fx = (float(ix) / float(width/3)) - 2.0
fx = (float(ix) / float(width/2)) - 1.4
!-------------------------------------
! working on the current pixel
za = start