I'd like to use some features from pygame (sprite graphics) in my GUI I made in Tkinter. I know of OcempGUI, but I'd prefer to stick to Tkinter, just use some modules from pygame. This is similar but not quite the same. Is this possible at all? What are potential problems (event loop)?
相关问题
- Tkinter Grid Columnspan ignored
- JFX scale image up and down to parent
- How can I set the row height in Tkinter TreeView?
- Is there a way to rotate text around (or inside) a
- Pickle will not work with tkinter
相关文章
- tkinter这样怎么不能分别赋值?
- Algorithm for maximizing coverage of rectangular a
- Why do people say “Don't use place()”?
- Where to learn tkinter for Python? [closed]
- Is there a way to hide the new HTML5 spinbox contr
- Can keyboard of type UIKeyboardTypeNamePhonePad be
- PropertyGrid - Possible to have a file/directory s
- Programming a touch screen application with SWING
This works on Linux. If you're lucky, it might work on other operating systems as well.