Python Forum
Menus, buttons and other widgets for Pygame
Thread Rating:
  • 2 Vote(s) - 1.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Menus, buttons and other widgets for Pygame
#3
(Apr-14-2017, 03:12 PM)Olleus Wrote: What I really need though is a package that has buttons drop down menus, text fields, tables, etc... pre-built, a bit like the tkinter stuff
That is a big downfall for pygame. There is no default UI like there is for tkinter. I would say 90% of devs using pygame make their own UI. 
Here is an example of all the UI buttons we had to create for this game
https://github.com/metulburr/pyroller/bl.../labels.py

there are some libs in pygame.org
https://www.pygame.org/project/108
https://www.pygame.org/project/740
https://www.pygame.org/project/393
etc.
but i still prefer to make my own. Then i can tweak it the way i want it to work. To be honest i wouldnt recommend any of them. All seem to fall short in some manner.
Recommended Tutorials:
Reply


Messages In This Thread
RE: Menus, buttons and other widgets for Pygame - by metulburr - Apr-14-2017, 08:28 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [PyGame] pygame-manu : using controller buttons to move around menu mlw19mlw91 2 1,755 Mar-12-2023, 01:55 PM
Last Post: deanhystad
  Pygame - Images As Buttons vman44 3 13,272 Mar-20-2020, 08:13 PM
Last Post: vman44
  [pygame] Equiping inventory slots with invisible buttons SheeppOSU 6 4,869 Apr-26-2019, 08:45 PM
Last Post: SheeppOSU
  Problems with loading buttons (pygame) SheeppOSU 2 3,227 Apr-12-2019, 08:04 PM
Last Post: SheeppOSU
  Buttons in PyGame mzmingle 4 13,213 Oct-09-2018, 05:19 PM
Last Post: Mekire

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020