+ 5
Which graphical framework should I use for programming games in Python?
I visited the official wiki of Python to find a Gui framework that would suit game programming, but I got a little problem: there's just too many! O_O Even after eliminating incompatible frameworks (not the right OS or web framework - this should be an offline game) I'm still lost... Could anybody advise me a good one for my purpose please? Thank you in advance! 😊 (OS: Windows)
2 Réponses
+ 2
You can use Blender game engine with python scripts. That's what I'm going back to for cad, and robotics functions(other than for my Arduino circuits, utilizing Processing/C/C++ language types).
But Maxwell is also correct. You can do alot with pygame, matplotlib, and other little libraries to enhance your game. You might use gimp, or even Blender, to render out some graphics, and background boards for your game's visual enhancements.
+ 5
Thank you all for your answers! This is really helpful. 😊