Go to file
kelson8 eca8fe3c1d Move main menu into its own file. Modify text file functions and rename file.
Add functions for text in imgui with the text_functions file.
Add keystates file.
2024-06-18 13:13:26 -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 Initial commit 2024-05-17 14:38:02 -04:00
test.txt Add file to repo. 2024-05-17 15:29:29 -04:00

ImGuiTest

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