displaying forms rapidly without skipping frames.

Karl Ramberg karl.ramberg at chello.se
Thu May 2 19:31:54 UTC 2002


Yisrael Lowenstein wrote:
> 
> > 30 fps can bring Squeak to it's knees if the images are big.
> 
> The images are small, and I don't need to refresh the whole screen..just
> that part of it...
> 
> How does the mpeg player do it?
The mpeg player has a mpeg display morph that sends a self changed
message and a 

drawOn: aCanvas
	aCanvas drawImage: frameBuffer at: bounds origin  

method 

Karl

> Might the problem be that the Delay is keeping it from being refreshed?
> is there a different way to delay or to just make the delay delay in the
> block, and not the whole system?  does fork do this?
> 
>         Lushi
> 
>  o      |Yisrael Lowenstein: Computer Science Master's Student & Squeaker
>    ()  o|lushi at bigfoot.com; gte356h at prism.gatech.edu; lushi at cc.gatech.edu
> o_/||\/ |"Before you criticize a man, walk a mile in his shoes. That way
>    ||   | when you do criticize him, you'll be a mile away and have his
>   _/\_  | shoes." - Unknown                    AIM: YisraelL  ICQ: 1037061
>   Class Schedule: http://www.prism.gatech.edu/~gte356h/schedule/



More information about the Squeak-dev mailing list