Go to file
kelson8 294937a0c6 Move all files into src folder.
Add defines.h for menu titles and window title.
Reorganize project quite a bit, refactor code.
Add _TEST2 preprocessor, add helpers.cpp and helpers.h.
Partially make OpenGL work for Windows.
Rename Solution to KCNet-ImGui-Test.
2025-01-09 20:12:07 -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
src Move all files into src folder. 2025-01-09 20:12:07 -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
imgui.ini Change ImGui title 2025-01-06 13:25:45 -05:00
KCNet-ImGui-Test.sln Move all files into src folder. 2025-01-09 20:12:07 -05:00
KCNet-ImGui-Test.vcxproj Move all files into src folder. 2025-01-09 20:12:07 -05:00
KCNet-ImGui-Test.vcxproj.filters Move all files into src folder. 2025-01-09 20:12:07 -05: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
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.