A module for use with Pygame. Includes fully customisable buttons, textboxes, sliders and many more, as well as the ability to create and run animations on these widgets.
I wanted to add a search bar widget.
I tried to stay compliant with how the library works.
Also tried to include the DropDown menu and TextBox functionalities to ease the implementation.
Added one py file and one md file of the doc, with an example gif where we can search a color among all the available ones in pygame.
Also fixed few things from the drop down menu:
elements where clickable when hidden)
selection of element occured on mouse pressed instead of mouse release (click instead of clicked)
Addition to TextBox:
onTextChanged callback which could be useful for other application as well
Hi,
I really enjoy that library !
I wanted to add a search bar widget. I tried to stay compliant with how the library works. Also tried to include the DropDown menu and TextBox functionalities to ease the implementation.
Added one py file and one md file of the doc, with an example gif where we can search a color among all the available ones in pygame.
Also fixed few things from the drop down menu:
Addition to TextBox:
Fixed imports
Let me know if anything should be added/changed