Possible to use from C++?
Your knob are most awesome,
not being familiar rust entirely, can this be called from C++, like as a library?
Thank you!
It is possible to call Rust from C++ using CFFI, but I'm not sure how easy it would be with how this library in Rust vs C++ interface with imgui differently.
Since this library is a fairly small single file, I think it would probably be easier to port over to C++ than to call from C++.
If you do try to port it or part of it over, I'm happy to answer questions you may have. I have limited familiarity with C++, and have not used imgui from C++ though.
I've made a C++ port available here https://github.com/altschuler/imgui-knobs. Thanks @DGriffin91 for this work :)
@altschuler Awesome!! I'll put a link in the readme.