An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# ImWindow

[![Build status](https://ci.appveyor.com/api/projects/status/k72i9fqi4px68oxl/branch/master?svg=true)](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.

![Custom titlebar Screenshot](https://raw.githubusercontent.com/wiki/thennequin/ImWindow/images/CustomTitlebar.png)

![Docking](https://raw.githubusercontent.com/wiki/thennequin/ImWindow/images/Docking.gif)

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