Skip to content

Runtime Shader Compiler library for PSVITA

License

Notifications You must be signed in to change notification settings

re3fork/vitaShaRK

 
 

Repository files navigation

vitaShaRK

vitaShaRK vita Shaders Runtime Kompiler is a runtime shader compiler library for PSVITA/PSTV using the SceShaccCg module contained inside the PSM runtime.

Build Instructions

In order to build vitaShaRK, you'll first need to build SceShaccCg stubs. This is a full list of commands you can use to install this library and the required stubs:

vita-libs-gen SceShaccCg.yml build
cd build
make install
cd ..
cp shacccg.h $VITASDK/arm-vita-eabi/include/psp2/shacccg.h
make install

Credits

frangarcj for the original vita2d shader compiler source used as base to build up this library.
S1ngyy for the awesome logo.

About

Runtime Shader Compiler library for PSVITA

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 91.8%
  • Makefile 8.2%