ImGui Borderless Window made by AvnishGameDev. Works on Windows and MacOS. Based on Dear ImGui.
ImGuiBorderlessWindow provides a easy ready-to-use template for a Borderless Windowed App, packed with multiple Themes, Fonts and easy Asset loading.
This is a perfect template for Apps like Mod Menus, Helper tools, Utility application etc.
- Clone the repo using the following command or download it as a zip.
git clone https://github.com/AvnishGameDev/ImGuiBorderlessWindow
- Run the
GenerateNewProject.bat
if you're on Windows orGenerateNewProject.sh
if you're on MacOS (You'll have to runchmod +x GenerateNewProject.sh
before running it). - The Script should walk you through all the steps, you might be prompted to install missing Python packages, just type
y
whenever prompted. - Enter your Project Name (No spaces).
- Your project should be generated and the script will tell you the location.
- You will find the project's solution files in the solution folder.
Themes are available in Themes.h, in order to activate a theme, just include Themes.h
and call Theme::AnyThemeOfYourChoice()
to activate that theme.