Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

Qt is an excellent application toolkit and overall the best for C++. While some large projects use Qt (KDE for example), I haven't seen many games using it. So I decided to make my own. But what does Qt provide that may be useful when writing a game (in my case a 2D game)?

P.S.: Could someone add the tag [qt] and remove this line please? I don't have enough reputation.

share|improve this question

2 Answers

You should definitely take a look at the Qt Graphics View Framework, it does provide a nice hardware accelerated 2D scene graph (QtGraphicsScene).

share|improve this answer

There are games made with Qt, KDE has a lot of them, see http://games.kde.org/

Most of them are made using the graphics view framework, and the svg renderer.

share|improve this answer
RIGHT! I forgot about KDE games! – Mircea Chirea Jul 26 '10 at 22:00

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.