Jan Niklas Hasse
Jan Niklas Hasse
after ogg with CPM.cmake has been merged
Currently using FetchContent and requiring an Internet connection.
Delete this branch?
mingw.ini can be removed, too.
Need to pass `SDL_WINDOW_ALLOW_HIGHDPI` when creating the window and then get the dimensions using `SDL_GL_GetDrawableSize`: ```diff diff --git a/CMakeLists.txt b/CMakeLists.txt index e6ad008..6932460 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -188,9 +188,12...
Not needed until Apple removes OpenAL (still works fine on iOS 15).
Probably has to wait until C++20: https://stackoverflow.com/a/53530846/647898
jngl::AppParameters is the way to go.