WebGL implementation for SCE Trilithium Javascript engine. Develop Javascript WebGL applications for PS Vita.
- liext.suprx - extends some features of Trilithium and adds simple TypedArray implementation. Currently provides:
- webgl.suprx - provides full subset of WebGL functions. Extensions are not supported in the current version. Currently provides:
Replacement modules to disable builtin Trilithium renderer
Various usage samples
- Download and install TriGL.vpk
- Download Crunchyroll app from PS Store
- Decrypt all modules of the application with FAGDec to .elf
- Make fselfs from decrypted .elf modules with any fself creation tools, for example from vitasdk
- Replace
psp2/prx/graphics.suprx
andpsp2/prx/fwDialog.suprx
modules with replacement ones from replacement.zip - Copy PVR_PSP2 modules to module folder
- Copy modules from plugin.zip to
psp2/prx/
- Repackage app as .vpk
- Place your code in
js/app/
. Entry point file is main.js - Refer to samples for extention loading