Skip to content

Game Development

What can we say - we like games. And you can use Qt to write some. Questions? Ask here.
864 Topics 4.0k Posts
QtWS25 Last Chance
  • Trouble getting Ogre window to display properly.

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Where to find Qt Games Module

    7
    0 Votes
    7 Posts
    6k Views
    K
    I had checked it, even it points to dead links.
  • Networked game over messenger

    3
    0 Votes
    3 Posts
    3k Views
    M
    Sounds intresting, i have some free time after work
  • Symbian, 2D games and Qt Optimization Flags

    7
    0 Votes
    7 Posts
    5k Views
    K
    Hi have You tried QGraphicsView::NoViewportUpdate. I found that this method brought me the biggest improvement when it came to my games FPS. I don't know what the scope of Your game is but if it runs using QGraphicsScene::advance() this might work the same way for You. Ok now that I started to paint an nonblnak background NoViewportUpdate stopped being such a good idea. Please ignore my previous statement.
  • 0 Votes
    13 Posts
    9k Views
    ?
    [quote author="danilocesar" date="1285421897"]For me, The best way to learn Qt is: read the examples and the "documentation":http://doc.qt.nokia.com/4.7/index.html[/quote] totally agree, but sometimes I just feel it is so nice to just sit back and see some cool videos on Qt :)
  • 0 Votes
    3 Posts
    4k Views
    D
    It seems your goal is to have something as "QPixmapCache":http://doc.trolltech.com/4.6-snapshot/qpixmapcache.html, isn't it?
  • Laser towers

    8
    0 Votes
    8 Posts
    6k Views
    L
    [quote author="Markus Liebe" date="1283256324"] However I think the wiki parsed away several modulo operators after qrand(): [/quote] Sounds like a missed copy-passed... Thank you Markus
  • Differences in mechanics: Qt vs JavaME on mobile

    6
    0 Votes
    6 Posts
    6k Views
    ?
    @Johannes good one, you should probably write this up on a new wiki page
  • A political management game idea

    7
    0 Votes
    7 Posts
    6k Views
    I
    If you want to develop game "Like this":http://pc.ign.com/objects/016/016873.html You need to learn Qt Graphics Framework first, for writing graphics-engine for rendering 2D/3D sprites.
  • An improved tiled scene implementation

    5
    0 Votes
    5 Posts
    8k Views
    K
    gunnar has written several excellent articles about QGraphicsView and performance. Related to the topic e.g. "Qt Graphics and Performance - An Overview(Qt Graphics and Performance - An Overview)":http://labs.trolltech.com/blogs/2009/12/16/qt-graphics-and-performance-an-overview/ and "Qt Graphics and Performance - The Raster Engine(Qt Graphics and Performance - The Raster Engine)":http://labs.trolltech.com/blogs/2009/12/18/qt-graphics-and-performance-the-raster-engine/.