# This file a direct adaptation of an imgui example (imgui/examples/example_glfw_opengl3/main.cpp) # (see https://github.com/ocornut/imgui/blob/master/examples ...
# When using a pure python backend, prefer to import glfw before imgui_bundle (so that you end up using the standard glfw, not the one provided by imgui_bundle) ...