Pyglet vs. PyQt
- by L. De Leo
I need to implement a really simple card game. As the game logic is written in Python I chose to stick with some Python framework even if my goal is to develop a Windows only version. I also don't like to work with .NET so I ruled out Iron Python + WPF.
I tried to write a simple prototype with Pyglet but soon discovered that I will have to do a…