Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: RATE experiment...

From: greggirwin:starband at: 29-Aug-2001 11:02

Hi Cyphre, << It is very bad that we probably cannot get over 20fps using 'rate even on strong enough machine :(( Maybe it is a bug or limitation of timing in Rebol?? How can I make animation with 30 and more fps??? >> I think it's probably a limitation of the underlying OS. Most animation runs in the equivalent of a forever loop which is what makes its performance bound by processor speed. --Gregg