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
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.
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.
Re: Qt and QML Game Development
irrLicht is a 2D/3D game engine that should work fine under QT.
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/