Tagged Questions
5
votes
5answers
1k views
Are there any good UI widget toolkits for Pygame? [closed]
Are there any good, modern widget toolkits for Pygame? I've looked at PGU, but it's apparently unmaintained.
4
votes
3answers
613 views
How can be data oriented programming applied for GUI system?
I've just learned basics of Data oriented programming design, but I'm not very familiar with that yet. I've also read
Pitfalls of Object Oriented Programming GCAP 09. It seems that data oriented ...
9
votes
1answer
1k views
Separating physics and game logic from UI code
I'm working on a simple block-based puzzle game.
The game play consists pretty much of moving blocks around in the game area, so it's a trivial physics simulation. My implementation, however, is in ...