Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Game Development
  4. QT Animation
Qt 6.11 is out! See what's new in the release blog

QT Animation

Scheduled Pinned Locked Moved Game Development
7 Posts 4 Posters 5.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    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. :P

    Edit: it is Qt, not QT; Andre

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      Just check the "examples":http://doc.qt.nokia.com/4.7/all-examples.html . I think you find there wat you are looking for.

      1 Reply Last reply
      0
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        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? :(

        1 Reply Last reply
        0
        • A Offline
          A Offline
          andre
          wrote on last edited by
          #4

          If you want to do it frame by frame, what else than drawing lots of pictures do you think that would entail?

          1 Reply Last reply
          0
          • ? Offline
            ? Offline
            A Former User
            wrote on last edited by
            #5

            Is there any other way than drawing alot of pics as .png format and uploading with resource file?

            1 Reply Last reply
            0
            • ? Offline
              ? Offline
              A Former User
              wrote on last edited by
              #6

              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.

              1 Reply Last reply
              0
              • ? Offline
                ? Offline
                A Former User
                wrote on last edited by
                #7

                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]

                1 Reply Last reply
                0

                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved