Simple UI Library for pygame
Project description
PyGameUI Is a PyGame UI Library that adds simple UI for with the use of PyGame
Setting up a simple setup:
in your Main Class write:
if __name__ == "__main__":
pygameui.setup(YourMainScene())
and also make a Script and add a class to that script in my Case "YourMainScene"
class YourMainScene(PyGameScene):
def update(self):
# Write your Code here that Should only run when the Window is updated
def render(self,screen,events):
# Write your Rendering Code here
now lets say you want to add a Button then write a snippet like this in update:
self.drawables.append(Button("Here Goes the Button Text",
(Here Goes a tuple of 2 ints that is the center of the button),
(Here Goes a tuple of 2 ints that is the size of the button),
heres a reference for what should happen when the button gets clicked(lamda supported),
[Heres a list of values that should be passed onto the on_clicked methode]))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
simple_pygame_ui-0.1.13.tar.gz
(13.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simple_pygame_ui-0.1.13.tar.gz.
File metadata
- Download URL: simple_pygame_ui-0.1.13.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ba5c16c5fecd7908d696092e7eb435be9a140efaa38ed5d9197fe03f0f9143d
|
|
| MD5 |
36434c712f2e271036820913dd7a250e
|
|
| BLAKE2b-256 |
5a72cd949611d64de49713464ce0e7b612e49b74485cea24c30ab713ea7b711a
|
File details
Details for the file simple_pygame_ui-0.1.13-py3-none-any.whl.
File metadata
- Download URL: simple_pygame_ui-0.1.13-py3-none-any.whl
- Upload date:
- Size: 23.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8b739b36e103ba225aa2eaae0e5bf3f20a61e7ee49c76db531a9cf90a789064
|
|
| MD5 |
aece783bd671307eba09e7342a2ee043
|
|
| BLAKE2b-256 |
61851155befebbbd8d2452bc28e0e87b2b30388b672bb090e08d6a75ff9cbb1c
|