Skip to content

ahmed605/imgui-uwp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ImGui-UWP

ImGui-UWP is a UWP backend for Dear ImGui.

ImGui-UWP has been tested against the DirectX 11 and DirectX 12 rendering backends but it should work fine with other rendering backends that are compatible with UWP too (e.g. SDL2).

The examples folder contains C++/WinRT UWP CoreApplication examples for using ImGui-UWP with both DirectX 11 and DirectX 12.

Supported features

  • Clipboard support
  • Mouse support (can discriminate Mouse/TouchScreen/Pen)
  • Keyboard support
  • Gamepad support
  • Mouse cursor shape and visibility
  • DPI Scaling (see this code for an example of how to use this)
  • IME

Screenshot

DirectX 11

DirectX 12

Releases

No releases published

Packages

No packages published