News

Demo code for using Imgui with OpenVR. ImguiVR uses OpenVR, OpenGL and ImGui to implement 3D user interfaces for virtual reality applications. The current sample code demonstrates. A simple UI on a ...
When compiling imgui with vcpkg on Ubuntu Xenial the compiler rightfully complains about needing C++ 11 for constexpr which is used in imgui code. Proposed solution The CMakeLists.txt should set the ...