rust-imgui-opengl-renderer
rust-imgui-opengl-renderer copied to clipboard
OpenGL (3+) rendering for imgui-rs
--changes for compatibility with the wasm32/webgl environment --formatting changes for that file
[The example for loading fonts in ImGui](https://github.com/imgui-rs/imgui-rs/blob/master/imgui-examples/examples/multiple_fonts.rs) is only provided for `imgui_glium_renderer`. The example uses a method called [`reload_font_texture`](https://docs.rs/imgui-glium-renderer/0.6.0/imgui_glium_renderer/struct.Renderer.html#method.reload_font_texture), which this library does not provide. There are no examples on...