#
ImGuiBorderlessWindow
C++
ImGui Borderless Window made by AvnishGameDev. Uses DirectX, Windows API and Dear ImGui.
This project only supports Windows.
#
Steps to setup
terminal
git clone https://github.com/AvnishGameDev/ImGuiBorderlessWindow.git
In the cloned folder, Run GenerateNewProject.bat
Then the dependencies will be downloaded (Make sure you have an active internet connection)
Then enter the project name when prompted (no spaces allowed)
You can find the generated project solution at the location displayed in the output.
#
How to use Themes
Themes are available in Themes.h
, in order to activate a theme, just include Themes.h
and call
Theme::AnyThemeOfYourChoice()
to activate that theme.