Basic example of using GLFW + Imgui. Contribute to gwerners/BasicGLFWImgui development by creating an account on GitHub.
Derive your own class from gui_application::GuiApplication and overwrite setup(), frame() and teardown() functions. Put your drawing and ImGui code in frame(). You can use C++ classes in ...
6.example_win32_directx11/main.cppを持ってきて、一部改変(というか不要なのを削除) // Main loop MSG msg; ZeroMemory(&msg, sizeof(msg ...