Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a0zhar/ps4-gui
A PS4 GUI Lib
https://github.com/a0zhar/ps4-gui
Last synced: about 14 hours ago
JSON representation
A PS4 GUI Lib
- Host: GitHub
- URL: https://github.com/a0zhar/ps4-gui
- Owner: a0zhar
- Created: 2024-03-07T13:44:26.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-07T15:11:34.000Z (9 months ago)
- Last Synced: 2024-03-08T15:03:50.587Z (9 months ago)
- Language: C
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PS4-GUI
A Graphical User Interface library (implementation) for the PS4 (Playstation 4) System
That will eventually be able to be used to make an overlay, then draw stuff on screen
# TODO:
- Method for creating an Overlay inside a running Process (ex: game)
that can be used for drawing things such as for example:
- Text (formatted and non-formatted strings)
- Images
- Shapes# Credits:
- [Scene-Collective](https://github.com/Scene-Collective/ps4-payload-sdk/) - For the Payload SDK
- [Inori](https://github.com/Inori/GPCS4/) - for structs, and videoOut functions