antalnn / imgui-base

This is a ImGui base, which can be used for anything. Contains basic window managing events.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

imgui-base

This is a free ImGui base, which can be used for any simple UI design for your project/product/...

Technical features

  • Uses D3D9
  • Simple window creation and handling
  • Easy to understand code

Compiling

Prerequisites

Microsoft Visual Studio 2022 alongside with Windows SDK

Compiling from source

Open 'example menu.sln' in Visual Studio 2022, set build configuration to Debug/Release | x64, Build->Build Solution and 'build.exe' will be created.

How it looks

showcase_image

About

This is a ImGui base, which can be used for anything. Contains basic window managing events.


Languages

Language:C++ 100.0%