https://github.com/thennequin/ImWindow
Window and GUI system based on Dear ImGui from OCornut
https://github.com/thennequin/ImWindow
imgui
Last synced: 17 days ago
JSON representation
Window and GUI system based on Dear ImGui from OCornut
- Host: GitHub
- URL: https://github.com/thennequin/ImWindow
- Owner: thennequin
- License: mit
- Created: 2015-09-23T22:24:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T13:09:24.000Z (6 months ago)
- Last Synced: 2024-11-12T14:22:22.132Z (6 months ago)
- Topics: imgui
- Language: C++
- Homepage:
- Size: 4.42 MB
- Stars: 855
- Watchers: 43
- Forks: 119
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeCppGameDev - ImWindow
README
# ImWindow
[](https://ci.appveyor.com/project/thennequin/imwindow/branch/master)
Window and GUI system based on ImGui from OCornut.
Include docking/floating window, multi window and multi render support.


# Platform
Actually work on Windows with different backend
* DX11
* OpenGL
* OpenGL with GLFW
* BGFX
* Sokol (with DX11 and OpenGL support)
Linux support is in pause.For Mac it's not decided yet.
# License
ImWindow is licensed under the MIT License, see LICENSE for more information.