Example homebrew app for psvita using sokol_gfx and OpenGL ES 2.0.
- Install DolceSDK
- Install Pigs-In-A-Blanket
-
Use
make vpksend
to transfer the *.vpk to your psvitaux0:/data
folder, dont forget to setupPSVITAIP
cmake variable. (default192.168.178.32
) -
Use
make send
to 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.