Go to file
kelson8 a0dfb53a9a Update readme.
Add GLFW to menu, an OpenGL library.
2024-06-18 13:16:15 -04: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 Move main menu into its own file. Modify text file functions and rename file. 2024-06-18 13:13:26 -04:00
test Move main menu into its own file. Modify text file functions and rename file. 2024-06-18 13:13:26 -04:00
util Move main menu into its own file. Modify text file functions and rename file. 2024-06-18 13:13:26 -04: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 Move main menu into its own file. Modify text file functions and rename file. 2024-06-18 13:13:26 -04:00
imgui.ini Split project into seperate OpenGL and DirectX9 files. 2024-05-25 12:55:57 -04: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 Remove directx code out of main 2024-05-26 03:18:09 -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.