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

23 lines
488 B
Markdown
Raw Normal View History

2020-10-29 22:28:16 +03:00
# Freeglut for Vita
2020-10-30 08:47:02 +03:00
Freeglut library ported to vita using [Pigs-In-A-Blanket](https://github.com/SonicMastr/Pigs-In-A-Blanket).
2014-01-16 04:06:31 +02:00
2020-10-29 22:28:16 +03:00
## To compile for DolceSDK:
2020-10-30 22:36:11 +03:00
First obtain [PIB.](https://github.com/SonicMastr/Pigs-In-A-Blanket)
Then,
2020-10-29 22:28:16 +03:00
```
mkdir build
cd build
cmake .. -DVITA=1
make -j8
make install
```
2020-10-30 08:47:02 +03:00
## To-Do
The controls need work as I didn't try porting a glut game to see how the controls are used.
2014-01-16 04:06:31 +02:00
2020-10-29 22:28:16 +03:00
## Credits:
- freeglut contributors
- FMudanyali
- dots-tb
2020-10-30 22:36:11 +03:00
- SonicMastr
2020-10-30 08:47:02 +03:00
- Team CBPS