Smooth animation
Smooth animation
- Subject: Smooth animation
- From: Arthur VIGAN <email@hidden>
- Date: Tue, 10 Dec 2002 19:57:02 +0100
Hi,
I am working on a quite simple screen saver which print a text on the
screen and translate it in the limits os the screen. The process used
to move it is very simple: every 1/50 of a second, I redraw the text
one pixel on the left of its previous position. The problem is that
this kind of animation is choppy. What could I do to make it smoother?
I think that I need to change the method of drawing, but I don't know
what better I can do. Maybe OpenGL, but I am not very interested in
using 3D. What else?
Thanks in advance,
Arthur
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.