Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 424 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 424 Bytes

SDL3NGL

alt tag

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

Ensure that SDL3 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 sdl3:x64-windows