Red1C3 / vita-hello-triangle

A vitaGL sample that renders a triangle using hardware acceleration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A vitaGL sample that renders a triangle using hardware acceleration.

License:The Unlicense


Languages

Language:C++ 70.9%Language:CMake 25.2%Language:GLSL 3.8%