CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1

    Qt and QML Game Development

    Is it possible to make games or use OpenGL to make games on Qt Creator using C++?
    I would assume that you can make games on Qt because I saw some examples on their website and they were using C++ and QML to good quality applications.

    Just letting you know I don't know where to put this, so I put it in here since it deals with C++.

    Hope you answer soon

  2. #2
    Join Date
    Dec 2010
    Posts
    20

    Re: Qt and QML Game Development

    Qt is a powerful framework, you can develop whatever you want with it.
    As Qt isn't designed for games, so It's not so productive as some game frameworks, such as XNA of microsoft.

  3. #3
    Join Date
    Mar 2010
    Location
    Melbourne Australia
    Posts
    454

    Re: Qt and QML Game Development

    QT does offer OpenGL support throught GLwidget class however you would have to write a lot of code for even the most basic game.

    if you want to develp games , head over to

    www.3dbuzz.com


    from there check out

    http://www.ogre3d.org/

    http://www.libsdl.org/

    these C++ framework are more targeted towards 2D or 3D gaming.

  4. #4
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: Qt and QML Game Development

    irrLicht is a 2D/3D game engine that should work fine under QT.

  5. #5
    Join Date
    May 2009
    Posts
    2,413

    Re: Qt and QML Game Development

    If you haven't already you could ask at the QT game forum,

    http://developer.qt.nokia.com/forums/viewforum/17/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured