PDA

View Full Version : Game development


Figa
02-04-2010, 06:10 AM
Hi, is qt good for develop game for maemo. Is there other way? THX for your replies.

soeiro
02-04-2010, 07:34 AM
Hi, is qt good for develop game for maemo. Is there other way? THX for your replies.

I guess it depends on the type of game you are aiming for. If it is a typical full screen game, you will not find QT widgets very helpful, save for configuration screens or maybe OpenGL helpers.

On the other hand, QT has many other features in its libraries that you may find useful.

Figa
02-04-2010, 07:46 AM
Thank you. Ok what is other framework for games?

pycage
02-04-2010, 08:41 AM
SDL is one, for example.

mmlado
02-04-2010, 09:11 AM
SDL is one, for example.

Thnx. Do you maybe know any that works (has integration) with python?

Edit: Found it. It's called Pygame.

Figa
02-04-2010, 09:53 AM
THX. SDL is supported by maemo? I can include sdl to project build the package and it will be work?

Figa
02-04-2010, 12:07 PM
I have one question. When I will be use SDL. Using of accelerometer is doc for GTK and QT how use it in SDL? Sorry for my stupid question I am beginner.