Oxygen Basic

Programming => Example Code => Topic started by: Peter on April 27, 2014, 03:20:33 AM

Title: Milky Way Gradient
Post by: Peter on April 27, 2014, 03:20:33 AM
Hello Sunday,

Title: Re: Milky Way Gradient
Post by: Mike Lobanovsky on April 27, 2014, 04:52:27 AM
Peter,

Looks nice.

Do your SetFps 180 and SetFps 120 in fact mean "Set delay 180 milliseconds" and "Set delay 120 milliseconds", respectively?
Title: Re: Milky Way Gradient
Post by: Mike Lobanovsky on April 27, 2014, 12:06:26 PM
Peter,

I was more interested in SetFps() of your SimpleWindow version. I added time markers and got assured that your Redraw() fires approx. every 5.5 milliseconds. Indeed, that's close to 180FPS.

1.5 milliseconds per frame seems to be the fastest possible, which is close to 670FPS. Quite impressive.