You need to install: GLFW: www.glfw.org/ GLEW: glew.sourceforge.net/ ImGUI: github.com/ocornut/imgui And you need to use dynamic library. Using static library may cause linking error.
Instead of Visual Studio Code editor, can the free Visual Studio Community IDE be used? Not sure if it has a cpp compiler but, perhaps it can be made to work with MinGW? Actually, is it possible to build ImGui as a DLL and just call it from a simple c application?
You need to install:
GLFW: www.glfw.org/
GLEW: glew.sourceforge.net/
ImGUI: github.com/ocornut/imgui
And you need to use dynamic library. Using static library may cause linking error.
If I'm using GLAD instead of GLEW, what do I have to change to install ImGUI with it?
so excellent
Instead of Visual Studio Code editor, can the free Visual Studio Community IDE be used?
Not sure if it has a cpp compiler but, perhaps it can be made to work with MinGW? Actually, is it possible to build ImGui as a DLL and just call it from a simple c application?
64 bits work for me