QT Animation
-
wrote on 21 Apr 2011, 16:24 last edited by
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
-
wrote on 21 Apr 2011, 18:01 last edited by
Just check the "examples":http://doc.qt.nokia.com/4.7/all-examples.html . I think you find there wat you are looking for.
-
wrote on 22 Apr 2011, 07:35 last edited by
There is none where i can draw my own animation. Like frame by frame or something. Or do I just have to draw a lot of pictures? :(
-
wrote on 22 Apr 2011, 07:42 last edited by
If you want to do it frame by frame, what else than drawing lots of pictures do you think that would entail?
-
wrote on 22 Apr 2011, 07:59 last edited by
Is there any other way than drawing alot of pics as .png format and uploading with resource file?
-
wrote on 22 Apr 2011, 09:50 last edited by
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. -
wrote on 23 Apr 2011, 09:50 last edited by
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]
4/7