cpp-gui-template-sdl2
cpp-gui-template-sdl2 copied to clipboard
C++ GUI starter project template with CMake and Cpack, Dear ImGui, and SDL2.
## Description Would be nice to have an AppImage build for Linux for the template as CPack option. Some links: - https://docs.appimage.org/index.html - https://appimage.org
The SDL function `SDL_GetDisplayDPI` returns different DPI values when building with MinGW on high DPI displays compared to MSVC. The result is a blurry application. I could check if SDL3...
## Description The template is currently building a universal application for macOS. A CMake option would be good to change this and build separate package version with CPack.
## Description Would be worth checking if CPack can generate through all installer through a pipeline (e.g. GitHub Actions or CircleCI).
## Description Would be nice to have this template also able to run on Android and iOS. The option should be explored and what this means. Could be, like OpenGL...
## Description Even the improved version of the template does not show how to easily toggle between building shared or static libs, taking packaging into account. A project option via...
**Description** I’m trying to set up ImGui with SDL2 using this template. The build completes successfully, but when I run the app, it crashes with an assertion error from ImGui....