Example homebrew app for psvita using sokol_gfx and OpenGL ES 2.0.
- Install DolceSDK
- Install Pigs-In-A-Blanket
-
Use
make vpksendto transfer the *.vpk to your psvitaux0:/datafolder, dont forget to setupPSVITAIPcmake variable. (default192.168.178.32) -
Use
make sendto transfer the *.self to your psvita, dont forget the app must be already installed. -
Examples how to use the sokol library are found at sokol_samples.
-
The gitignore file is ignoring all files using
*and then allowing specific files/folders like!src!sce_sys/**. If you don't like this setup feel free to change the gitignore, but if you keep it be aware in case you add new folders, or files in the root of the project.