This project adds Runtime Compiled C++ to the Dear ImGui example using the GLFW and OpenGL backend. This enables us to edit the code at runtime and see the results live, without recompiling and ...
Start of by making a new project. Then we are gonna make two new folders and call them imgui and GLFW Then download the latest ImGui and GLFW(either 32 or 64 bit depending on your target platform) ...