Page 1 of 1
Animation C++
Posted: Tue Mar 24, 2009 4:11 pm
by xmjhsx
I couldn't find any tutorials on it, so I have to ask. To animate in C++, do I have to install allegro? Also, how would I load an object onto the screen and make it move, and switch between different pictures of the frame.
Re: Animation C++
Posted: Tue Mar 24, 2009 6:49 pm
by dandymcgee
xmjhsx wrote:To animate in C++, do I have to install allegro?
Or SDL, or another similar graphics library for C++.
xmjhsx wrote: Also, how would I load an object onto the screen and make it move, and switch between different pictures of the frame.
For SDL:
http://lazyfoo.net/SDL_tutorials/lesson20/index.php
Personally I don't use allegro so I don't know where to find good tutorials.
Please do not ask which is better, search the forums for the many debates that have already taken place.
Re: Animation C++
Posted: Tue Mar 24, 2009 9:35 pm
by MarauderIIC