Are there any good GUIs that support Pygame surfaces as a widget within the application?
If this isn’t possible or practical, what GUI toolkit has the best graphics component? I’m looking to keep the speedy rendering made possible by a SDL wrapper.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here you have an explanation on how to integrate and make interact
wxPythonandPygame.Best GUI toolkit in my opinions is wxPython (a binding for wxWidgets) which has GUI widgets for practically everything including an OpenGL widget and some work has been done with SDL as well.