https://github.com/ahmed605/imgui-uwp
UWP backend for Dear ImGui
https://github.com/ahmed605/imgui-uwp
directx imgui uwp winrt
Last synced: 3 months ago
JSON representation
UWP backend for Dear ImGui
- Host: GitHub
- URL: https://github.com/ahmed605/imgui-uwp
- Owner: ahmed605
- License: mit
- Created: 2023-10-17T20:53:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-15T20:33:47.000Z (6 months ago)
- Last Synced: 2025-03-27T07:48:10.899Z (4 months ago)
- Topics: directx, imgui, uwp, winrt
- Language: C++
- Homepage:
- Size: 83 KB
- Stars: 30
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ImGui-UWP
ImGui-UWP is a UWP backend for [Dear ImGui](https://github.com/ocornut/imgui).ImGui-UWP has been tested against the [DirectX 11](https://github.com/ahmed605/imgui-uwp/tree/master/examples/example_uwp_directx11) and [DirectX 12](https://github.com/ahmed605/imgui-uwp/tree/master/examples/example_uwp_directx12) rendering backends but it should work fine with other rendering backends that are compatible with UWP too (e.g. SDL2).
The [examples folder](https://github.com/ahmed605/imgui-uwp/tree/master/examples) contains C++/WinRT UWP CoreApplication examples for using ImGui-UWP with both DirectX 11 and DirectX 12.
### Supported features
- [x] Clipboard support
- [x] Mouse support (can discriminate Mouse/TouchScreen/Pen)
- [x] Keyboard support
- [x] Gamepad support
- [x] Mouse cursor shape and visibility
- [x] DPI Scaling (see [this code](https://github.com/ahmed605/imgui-uwp/blob/eff8fc121213971a704a5d3412fdba2148b4d82d/examples/example_uwp_directx11/main.cpp#L70-L73) for an example of how to use this)
- [ ] IME### Screenshot



