RGFW platform backend for Dear ImGUI
The example uses RGFW with ImGui and OpenGL3.
To compile the example, cd into the example directory:
cd example
Build with make .
makeTo build with docking
make docking=1Ensure you have Visual Studio installed, then run build.bat.
buildTo build with docking
build dockingThis compiles RGFW, ImGUI and then main.cpp
