PDA

View Full Version : A small 2D game



Nyphel
1st May 2007, 16:51
Hi,

I would like to create a small 2D game like we can find in flash on the web.
A very simple thing... Like : [this] (http://novelconcepts.co.uk/FlashElementTD/)

My question is : what is the best widget to make my the play zone ?

marcel
1st May 2007, 16:57
A QGraphicsView, of course. I'm sure everyone agrees.

You can do a lot with this, including item interaction, which I am sure you will need in your game.

Regards

marcel
1st May 2007, 16:58
You can check the Ported Asteroids example in the Qt Demos.
It's 2D and it uses QGraphicsView/QGraphicsScene.

Regards

Nyphel
1st May 2007, 17:16
Thanks a lot !