Posted By
 Csabo on 2016-09-12 09:58:30
| Re: Mandelbrot and Commodore computers
Pretty cool! Added to database: Fibonacci Sunflower.
I played around with it a bit, cause I thought drawing the circles from line segments is a bit inefficient. If you replace the inside of the "I" loop with this (delete 1070-1085):
X=(320+R*COS(DE))/4:Y=(200+R*SIN(DE))/2:CIRCLE3,X,Y,CI/4,,,,,45:PAINT2,X,Y,1
It runs about 20 times faster, and draws a very similar end result. |