Ivan Sokolov
Ivan Sokolov
Quicksort visualization. ```C++ #define V2 ImVec2 #include #include using namespace std; int N = 64, S, J; #define V vector V v = [] { V r; for (; J...
Guitar for strumming. ~~Unfortunately, requires that `ImGuiWindowFlags_NoMove` be set for the window in the testbed to work correctly.~~ Using `InvisibleButton` instead of `Dummy` also works. ```C++ #define V2 ImVec2 #define...
Wrapping dear imgui's runtime type dispatch in several widgets with compile-time dispatch for simpler usage, type safety between arguments, and an API cleanup (taking min/max by value): ```C++ namespace ImGui...