|
From: Andrew F. <ne...@te...> - 2007-09-03 22:54:24
|
"Peter" <mag...@gm...> wrote in message
news:loo...@po......
> Hi..
> while(1)
> {
> draw with agg
> sleep (1)
> }
>
> it seems work..but animation is not smooth and quite slow..
>
Win32: There are so called multimedia timers for that:
http://msdn2.microsoft.com/en-us/library/ms712704.aspx
Andrew Fedoniouk.
|