Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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