Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sharkwouter/psp-libgu-texture-example
A basic example on how to load and display textures on PSP using
https://github.com/sharkwouter/psp-libgu-texture-example
Last synced: 29 days ago
JSON representation
A basic example on how to load and display textures on PSP using
- Host: GitHub
- URL: https://github.com/sharkwouter/psp-libgu-texture-example
- Owner: sharkwouter
- License: unlicense
- Created: 2024-08-05T14:59:48.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T08:52:50.000Z (3 months ago)
- Last Synced: 2024-08-19T10:28:49.027Z (3 months ago)
- Language: C
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PSP LibGU Texture Example
A basic example on how to load and display textures on PSP using LibGU.
## How to Build
Simple run the following commands to build:
```
mkdir build && cd build
psp-cmake ..
make
```