Imguiml provides bindings to Dear ImGUI in ocaml by using cimgui as the C interface.
The bindings and stubs are generated automatically with imguiml_generator.
To check the available bindings please look at the Imguiml module.
This package also provide bindings to ImGui_Impl for OpenGL3 and Glfw, they are accessible with the imguiml.imguiml_impl library. You can check the available functions in the Imguiml_impl