honghaier-game / PyMe

PyMe is a tool software to develop the Python User Interface for Python programmer.
https://www.py-me.com
Apache License 2.0
904 stars 161 forks source link

What library is used to develop GUI application and game? #57

Open feiyuhuahuo opened 4 months ago

feiyuhuahuo commented 4 months ago

GUI application development is based on Tkinter and game is based on PyGame, did I get it right? Will PyMe support PyGame-ce?

honghaier-game commented 3 months ago

YES,GUI is based om tkinter.but i consider to use other lib, example :ttkbootstrap,or customtkinter. 2D Game is based on pygame ,3D Game will based on PyOpenGL, but it hasn't been developed yet. PyGame-ce ? I dont't know it. thanks for reminder.