[REBOL] Re: [view] accelerating view...
From: greggirwin:mindspring at: 15-Jan-2004 12:54
Hi Maxim,
MOA> can you guys give me some of your tricks to improve refresh
MOA> speeds in any interactive apps?
Don't refresh on every mouse move. Romano and Gabriele's EAT
event-compressor approach can work well, but you can try other things
as well (e.g. refresh based on a timer).
You can also try making it a "feature". Rather than drawing the line
itself, use end-point draggers (which are just faces) and show them.
Only redraw the line if there is a pause in movement or the dragger is
released.
-- Gregg