I want to create a 2D game on Python with heavy user interface: windows, buttons, text input, etc. So far I’ve been using PyGame for a few simple games.
The game is a 2D MUD, with the standard rendering loop to draw stuff on the screen. I need the user interface to interact with the game entities like sales, blacksmith, etc.
I am looking for something like a mix of Pygame and wxPython/pyQT/pyGTK.
Which libraries can I use?
Advertisement
Answer
I would take PyQT with QGraphicsView or QGraphicsScene. Sadly there isn´t a Clanlib python binding like for perl and ruby. That would be, probably, the ideal choice.