Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 673 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 673 Bytes

vita-hello-triangle

A vitaGL sample that renders a triangle.

This sample uses GLSL 1.00, which gets translated to Nvidia's Cg, vitaGL's support for GLSL translation is still expiremental by the time of this commit.

How do I quit?

Press any button.

Perequisites

For running

  • libshacccg installed.

For building

Building

mkdir build
cd build
cmake ..
make

Then install the resultant ./build/vita-hello-triangle.vpk using vitaShell.

License

Unlicense