# ImWindow **Repository Path**: jjzhang166/ImWindow ## Basic Information - **Project Name**: ImWindow - **Description**: Window and GUI system based on Dear ImGui from OCornut - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-09-30 - **Last Updated**: 2021-09-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.