Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```