Add minimum and maximum for random number generator. Add open current directory button to test_menu2. Add some new functions for directories in imgui_functions. Comment more code in imgui_functions, clean it up a bit. Add some new items into imgui_defines.h Add float to string, address to string, generate random number to misc_util. Add template to convert all values that work with it to a string. |
||
---|---|---|
include | ||
lib/glfw | ||
resources | ||
screenshots | ||
src | ||
.gitignore | ||
KCNet-ImGui-Test.sln | ||
KCNet-ImGui-Test.vcxproj | ||
KCNet-ImGui-Test.vcxproj.filters | ||
LICENSE | ||
links.txt | ||
README.md | ||
test.txt |
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
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()'