Go to file
2025-01-06 13:26:56 -05:00
include/GLFW Update readme. 2024-06-18 13:16:15 -04:00
lib/glfw Update readme. 2024-06-18 13:16:15 -04:00
menus Add missing update to text_menu.cpp, and add constructor test. 2025-01-06 13:26:56 -05:00
test Add missing update to text_menu.cpp, and add constructor test. 2025-01-06 13:26:56 -05:00
util Change ImGui title 2025-01-06 13:25:45 -05:00
.gitignore Move main menu into its own file. Modify text file functions and rename file. 2024-06-18 13:13:26 -04:00
ConsoleAppTest.vcxproj Change ImGui title 2025-01-06 13:25:45 -05:00
imgui.ini Change ImGui title 2025-01-06 13:25:45 -05:00
ImGuiTestCPP.sln Split project into seperate OpenGL and DirectX9 files. 2024-05-25 12:55:57 -04:00
LICENSE Initial commit 2024-05-17 14:38:02 -04:00
links.txt Split project into seperate OpenGL and DirectX9 files. 2024-05-25 12:55:57 -04:00
Main - Copy.cpp Add file to repo. 2024-05-17 15:29:29 -04:00
Main.cpp Add a windows msg box, fix dark mode button. 2024-08-25 13:34:08 -04:00
README.md Update readme. 2024-06-18 13:16:15 -04:00
test.txt Add file to repo. 2024-05-17 15:29:29 -04:00

KCNet-ImGuiTest

I am testing ImGui functions in this repo using C++.

This works in DirectX9, OpenGL doesn't work yet and is a work in progress.