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

[REBOL] Re: Draw performance

From: rotenca:telvia:it at: 23-Jan-2003 18:19

Hi, on my system w98 celeron 333, a window 800x600 with a box 800x600 with effect: none and a show box at every time event reaches 15/16 fps max. If I add a void draw to the box: effect: [draw []] max fps goes down to 9/10. It is slow the Rebol View/draw/show system for itself. If i'm not wrong, the max rate is limited under windows also with smaller window. On my system it seems 17/18. Max rate should be activated with: layout [box rate 0] --- Ciao Romano