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: about 1 year 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T08:52:50.000Z (almost 2 years ago)
- Last Synced: 2025-03-20T03:14:05.391Z (about 1 year 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
```