https://github.com/user0332/pygame-pgfiles
https://github.com/user0332/pygame-pgfiles
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/user0332/pygame-pgfiles
- Owner: User0332
- License: mit
- Created: 2024-08-21T20:49:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T18:01:47.000Z (almost 2 years ago)
- Last Synced: 2025-01-24T06:11:44.067Z (over 1 year ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pygame-PGX
`pygame-pgx` is a Python package designed to simplify the development of PyGame-based UIs in Python. `pygame-pgx` applications are written in an XML-like format, and functionality can be added to them by linking Python scripts to the app. `pygame-pgx` provides APIs for interacting with the different components of the app inside of linked scripts.
To run the example, install the `pygame-pgx` package locally and use the `pgx-start` command followed by the path of the example's main XML file.
E.g
```sh
pip install "./pygame-pgx/"
pgx-start "tests/testproj/main.pgx"
```