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.19.tar.gz
(14.2 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.19.tar.gz.
File metadata
- Download URL: simple_pygame_ui-0.1.19.tar.gz
- Upload date:
- Size: 14.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbb8f31aadaead8a951016785ff487c66ba92a163cc627ad68a210b9a18df281
|
|
| MD5 |
d0d056900bfa1d448231bedd36c41b6a
|
|
| BLAKE2b-256 |
233815f502b7d7b45355ea845ec324c873bf3b3a6b0170122b6bfc8ba653e1b8
|
File details
Details for the file simple_pygame_ui-0.1.19-py3-none-any.whl.
File metadata
- Download URL: simple_pygame_ui-0.1.19-py3-none-any.whl
- Upload date:
- Size: 24.0 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 |
28099f55635834739155139ad56eb3d135bcd9d3ce5b2acf90787460fe54d930
|
|
| MD5 |
09ba040a2b263fcf47d59142bebcfc73
|
|
| BLAKE2b-256 |
bb922c2727d44faea6e8f8f00dac65128664595ee1a9903b8e79c9a33a4f3278
|