Repository for getting a working implementation of ImGui using GLFW
Go to file Use this template
2022-12-16 09:01:06 +00:00
includes/imgui Moved imgui into Includes instead of src 2022-12-16 09:01:06 +00:00
src Moved imgui into Includes instead of src 2022-12-16 09:01:06 +00:00
.gitignore Initial commit 2022-12-12 15:22:33 +01:00
ImGui-Example.sln Moved imgui into Includes instead of src 2022-12-16 09:01:06 +00:00
ImGui-Example.vcxproj Moved imgui into Includes instead of src 2022-12-16 09:01:06 +00:00
ImGui-Example.vcxproj.filters Moved imgui into Includes instead of src 2022-12-16 09:01:06 +00:00
LICENSE Initial commit 2022-12-12 15:22:33 +01:00
README.md Initial commit 2022-12-12 15:22:33 +01:00

ImGui-Example

Repository for getting a working implementation of ImGui using GLFW