cpp-gui-template-sdl2 icon indicating copy to clipboard operation
cpp-gui-template-sdl2 copied to clipboard

C++ GUI starter project template with CMake and Cpack, Dear ImGui, and SDL2.

Results 7 cpp-gui-template-sdl2 issues
Sort by recently updated
recently updated
newest added

## 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

enhancement
linux

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...

windows

## 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.

enhancement

## Description Would be worth checking if CPack can generate through all installer through a pipeline (e.g. GitHub Actions or CircleCI).

enhancement

## 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...

enhancement

## 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...

enhancement

**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....

bug
documentation