A library that allows you to create a borderless window with an ImGui under the hood in one line.
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.