You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a port/adaptation of [ImGui-Knobs](https://github.com/altschuler/imgui-knobs), for C language (contributed to [ImGuin](https://github.com/dinau/imguin) project) by [system64MC](https://github.com/system64MC) at [2024/12](https://github.com/dinau/imguin/issues/16#issuecomment-2538066999).
8
-
I've just isolated the sources from ImGuin project for maintenance and convenience and added [a simple demo program in C language](demo/c/main.c).
7
+
This is a port/adaptation of [ImGui-Knobs](https://github.com/altschuler/imgui-knobs), for C (contributed to [ImGuin](https://github.com/dinau/imguin) project) by [system64MC](https://github.com/system64MC) at [2024/12](https://github.com/dinau/imguin/issues/16#issuecomment-2538066999).
8
+
I've just isolated the sources from ImGuin project for maintenance and convenience and added [a simple demo program in C](demo/c/main.c).
9
9
10
10

11
11
@@ -24,15 +24,15 @@ imgui-knobs.h
24
24
25
25
to your project and include `cimgui-knobs.h` in some source file.
0 commit comments