FreeGLUT library ported to PS Vita using Pigs-In-A-Blanket
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.
Go to file
2020-10-30 22:36:11 +03:00
android Initial Commit 2020-10-29 22:28:16 +03:00
doc Initial Commit 2020-10-29 22:28:16 +03:00
include/GL Initial Commit 2020-10-29 22:28:16 +03:00
progs Initial Commit 2020-10-29 22:28:16 +03:00
src i dont think i can sublicense these 2020-10-29 23:28:24 +03:00
.gitignore Update .gitignore 2020-10-29 23:30:27 +03:00
android_toolchain.cmake Initial Commit 2020-10-29 22:28:16 +03:00
AUTHORS Initial Commit 2020-10-29 22:28:16 +03:00
blackberry.toolchain.cmake Initial Commit 2020-10-29 22:28:16 +03:00
ChangeLog Initial Commit 2020-10-29 22:28:16 +03:00
CMakeLists.txt Initial Commit 2020-10-29 22:28:16 +03:00
config.h.in Initial Commit 2020-10-29 22:28:16 +03:00
COPYING Initial Commit 2020-10-29 22:28:16 +03:00
freeglut.pc.in Initial Commit 2020-10-29 22:28:16 +03:00
freeglut.rc.in Initial Commit 2020-10-29 22:28:16 +03:00
FreeGLUTConfig.cmake.in Initial Commit 2020-10-29 22:28:16 +03:00
LICENSE Initial Commit 2020-10-29 22:28:16 +03:00
mingw_cross_toolchain.cmake Initial Commit 2020-10-29 22:28:16 +03:00
README Initial Commit 2020-10-29 22:28:16 +03:00
README.android Initial Commit 2020-10-29 22:28:16 +03:00
README.blackberry Initial Commit 2020-10-29 22:28:16 +03:00
README.cmake Initial Commit 2020-10-29 22:28:16 +03:00
README.cygwin_mingw Initial Commit 2020-10-29 22:28:16 +03:00
README.md Update README.md 2020-10-30 22:36:11 +03:00
README.mingw_cross Initial Commit 2020-10-29 22:28:16 +03:00
README.vita Initial Commit 2020-10-29 22:28:16 +03:00
README.win32 Initial Commit 2020-10-29 22:28:16 +03:00

Freeglut for Vita

Freeglut library ported to vita using Pigs-In-A-Blanket.

To compile for DolceSDK:

First obtain PIB. 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
  • Team CBPS