QT Animation
-
Hiho all! I'm really new to -QT- Qt. I'm trying to make a game but I can't find any tutorials for animating. :(
Can anyone post a link or a tutorial for animating? I want to draw the animation my self and not just want to move a rectangle from start to end. :PEdit: it is Qt, not QT; Andre
-
Just check the "examples":http://doc.qt.nokia.com/4.7/all-examples.html . I think you find there wat you are looking for.
-
Use QPaint to paint your pictures yourself, mayby?
I tought this was what you wanted.
Otherwise you have to look for an app, that does things more automaticly. Look "here":http://qt-apps.org/ and "here":http://sourceforge.net/ if you can find something. -
Why would you want to do that? What platform are you targeting ? You can of course use any drawing tools to create pictures and save upload it. Remember qrc (mobile) is for small files.
[quote author="BrEaDFace" date="1303459182"]Is there any other way than drawing alot of pics as .png format and uploading with resource file?[/quote]