Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 423 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 423 Bytes

SDLNGL

alt tag

This is the simplest SDL / NGL demo using a basic SDL2.0 window and core profile OpenGL context

Ensure that SDL2 has been installed using vcpkg. and CMake will search and include the correct packages.

To use under windows ensure that SDL2 is installed via vcpkg for a 64 bit build

./vcpkg.exe install sdl2:x64-windows