Results 1 to 6 of 6

Thread: Right approach for moving animated objects

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2008
    Location
    Bangalore
    Posts
    659
    Thanks
    116
    Thanked 42 Times in 41 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Right approach for moving animated objects

    small suggestion ..
    what about QPropertyAnimation on Graphicsitem ..? will it be useful ..

    check animation/easing example ..
    "Behind every great fortune lies a crime" - Balzac

  2. #2
    Join Date
    Nov 2012
    Posts
    7
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Right approach for moving animated objects

    Thank you for this hint. The QPropertyAnimation class might help and thanks to you I just looked up Google for a QGraphicsItem video, which I somehow did not even consider before(looked for something more specific) and found the example multimedia/videographicsitem. Haveing a look at it, I think the example has the key to my needs, although it seems like videos there are getting handeled on a frame by frame basis.

    Yet, I wonder if this is the way to go to get good performance. I remember a QT example which shows a comparison of Qt to Qt with OpenGL, which somehow happen to look much better in Qt, whereas OpenGL seems to be the higher performance choice.

Similar Threads

  1. Replies: 0
    Last Post: 24th May 2010, 12:19
  2. Replies: 3
    Last Post: 9th January 2010, 15:47
  3. QGraphicsView and fast moving objects
    By deMarco in forum Qt Programming
    Replies: 4
    Last Post: 26th February 2009, 11:07
  4. what is the best approach
    By baray98 in forum Qt Programming
    Replies: 1
    Last Post: 14th September 2007, 09:02
  5. Replies: 7
    Last Post: 18th July 2006, 21:33

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.