Repository for getting a working implementation of ImGui using GLFW
Go to file Use this template
2022-12-22 14:20:36 +00:00
dependencies/GLFW Created working windows build in GLFW and OpenGL3 2022-12-18 18:57:34 +00:00
includes Created working windows build in GLFW and OpenGL3 2022-12-18 18:57:34 +00:00
src Hidden main OpenGL window whilst ImGui Windows are visible 2022-12-22 14:20:36 +00:00
.gitignore Created working windows build in GLFW and OpenGL3 2022-12-18 18:57:34 +00:00
ImGui-Example.sln Moved imgui into Includes instead of src 2022-12-16 09:01:06 +00:00
ImGui-Example.vcxproj Created working windows build in GLFW and OpenGL3 2022-12-18 18:57:34 +00:00
ImGui-Example.vcxproj.filters Created working windows build in GLFW and OpenGL3 2022-12-18 18:57:34 +00:00
imgui.ini Created working windows build in GLFW and OpenGL3 2022-12-18 18:57:34 +00:00
LICENSE Initial commit 2022-12-12 15:22:33 +01:00
README.md Created working windows build in GLFW and OpenGL3 2022-12-18 18:57:34 +00:00

ImGui-Example

Repository for getting a working implementation of ImGui using GLFW and OpenGL

This uses libraries from GLFW and OpenGL. Please make sure you refer to relevant licences for further information.