Solar eclipse

Just watched the Solar eclipse. I wasn’t in the path of totality, but only about 80%. Here’s an example of what I saw. I just have to wait until April 8th, 2024 where the center line of totality will pass directly over me.

displayMode(FULLSCREEN)

function setup()
    x,y=WIDTH/2-300,HEIGHT/2-40
end

function draw()
    background(0)
    fill(255, 236, 0, 255)
    ellipse(WIDTH/2,HEIGHT/2,300)
    fill(0)
    x=x+.2
    ellipse(x,y,300)
end

I missed it because of large grey clouds filling the sky :\
@dave1707 neat example though

My wife and I went to Lincoln, NE to see it. We had perfect viewing conditions. It was unbelievable. Do not miss the next total eclipse.