Skip to content

Nop90-Switch/pTinyGL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portable TinyGL, a limited software OpenGL wrapper for multiple platforms

Compilation (SDL1)

  • mkdir build && cd build
  • cmake -DBUILD_SDL1=ON -DCMAKE_BUILD_TYPE=Release ..
  • make install

Compilation (SDL2)

  • mkdir build && cd build
  • cmake -DBUILD_SDL2=ON -DCMAKE_BUILD_TYPE=Release ..
  • make install

Compilation (PS Vita)

  • mkdir build && cd build
  • cmake -DBUILD_PSP2=ON -DCMAKE_BUILD_TYPE=Release ..
  • make install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.2%
  • C++ 3.1%
  • CMake 2.2%
  • Makefile 0.5%