Skip to content

Northfear/SDL

 
 

Repository files navigation

Simple DirectMedia Layer (SDL) Version 2.0 — vitaGL backend

https://www.libsdl.org/

Compile using:

git clone git@github.com:Northfear/SDL.git
cd SDL
git checkout vitagl
cmake -S. -Bbuild -DCMAKE_TOOLCHAIN_FILE=${VITASDK}/share/vita.toolchain.cmake -DCMAKE_BUILD_TYPE=Release -DVIDEO_VITA_VGL=ON
cmake --build build -- -j$(nproc)
cmake --install build

About

Simple Directmedia Layer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 69.7%
  • C++ 21.8%
  • Objective-C 2.9%
  • Shell 1.7%
  • M4 1.3%
  • CMake 1.0%
  • Other 1.6%