This repository has been archived on 2024-06-25. You can view files and clone it, but cannot push or open issues or pull requests.
FreeGLUT-Vita/README.md

24 lines
507 B
Markdown

# FreeGLUT for PS Vita
FreeGLUT library ported to PS Vita using [Pigs-In-A-Blanket](https://github.com/SonicMastr/Pigs-In-A-Blanket).
## To compile for DolceSDK:
First obtain [PIB.](https://github.com/SonicMastr/Pigs-In-A-Blanket)
Then,
```
mkdir build
cd build
cmake .. -DVITA=1
make -j8
make install
```
## To-Do
The controls need work as I didn't try porting a glut game to see how the controls are used.
## Credits:
- FreeGLUT contributors
- FMudanyali
- dots-tb
- SonicMastr
- GrapheneCt
- Team CBPS