Skip to content

ALEHACKsp/imgui-borderless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imgui-borderless

A library that allows you to create a borderless window with an ImGui under the hood in one line.

Usage

imgui_borderless window(L"ImGui", 760, 480, test_interface);

The first argument is the name of the future window.

The second and third are the window sizes.

The fourth argument is a function with your menu on ImGui.

About

A library that allows you to create a borderless window with an ImGui under the hood in one line.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors