Go to file
kelson8 cabe2c85ca I have separated out the test1 and test2 menus into their own files.
Move defines.h into utils, cleanup main_menu a bit.
Add some items to pch fil.
Add imgui defines for quicker access to imgui functions.
Add cheat menu font to options, add credits.txt.
2025-03-31 15:06:17 -04:00
include Add Vice City menu for testing ReVC functions and how it looks. 2025-03-13 01:56:56 -04:00
lib/glfw Update readme. 2024-06-18 13:16:15 -04:00
resources I have separated out the test1 and test2 menus into their own files. 2025-03-31 15:06:17 -04:00
screenshots Add screenshots to repo, also add screenshots to readme. 2025-01-09 20:56:48 -05:00
src I have separated out the test1 and test2 menus into their own files. 2025-03-31 15:06:17 -04:00
.gitignore Replicate some ReVC functions I have created for testing. 2025-03-13 06:23:10 -04:00
imgui.ini Add Vice City menu for testing ReVC functions and how it looks. 2025-03-13 01:56:56 -04:00
KCNet-ImGui-Test.sln Move all files into src folder. 2025-01-09 20:12:07 -05:00
KCNet-ImGui-Test.vcxproj Replicate some ReVC functions I have created for testing. 2025-03-13 06:23:10 -04:00
KCNet-ImGui-Test.vcxproj.filters Move most ImGui functions into imgui_functions.cpp. 2025-03-13 03:04:28 -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
README.md Add ImGui style from Cheat Menu on the gta trilogy. 2025-03-13 06:52:59 -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.

Screenshots

Here are some images of what this ImGui test is so far

Key Press Test
Light mode toggle
Windows message box test
Read from text file
Show demo window toggle
Show mouse position and List values checkbox

Credits

Credit to user-grinch on github for the ImGui style that I am using. The code for it is in imgui_functions.cpp under 'ImGuiFunctions::Main::ApplyStyle()'