imgui-ext icon indicating copy to clipboard operation
imgui-ext copied to clipboard

Rust library for building imgui GUIs using a derive macro

Results 11 imgui-ext issues
Sort by recently updated
recently updated
newest added

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Updates the requirements on [imgui-opengl-renderer](https://github.com/michaelfairley/rust-imgui-opengl-renderer) to permit the latest version. Commits cf55454 0.11 77cdee6 Merge pull request #16 from subtle-byte/deps-versions-update bc2bb69 Deps versions update 95852ae 0.10.0 5e7ed4e imgui 0.6.0 4ea5609...

dependencies

Updates the requirements on [imgui](https://github.com/imgui-rs/imgui-rs) to permit the latest version. Release notes Sourced from imgui's releases. v0.7.0 Upgrade to Dear ImGui v1.80. (Note that the new table functionality is not...

dependencies

Updates the requirements on [imgui-sdl2](https://github.com/michaelfairley/rust-imgui-sdl2) to permit the latest version. Commits See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't...

dependencies

Updates the requirements on [sdl2](https://github.com/Rust-SDL2/rust-sdl2) to permit the latest version. Changelog Sourced from sdl2's changelog. v0.32.2 [PR #868](Rust-SDL2/rust-sdl2#868): Added inplace operations for rect::Point. [PR #827](Rust-SDL2/rust-sdl2#827): Added 32-bit array pixelformats [PR...

dependencies

Having a [drop down box](https://docs.rs/imgui/0.2.1/imgui/struct.ComboBox.html) to select a variant would be awesome (I'm sadly not sure about the derive logic for this). I could also see this being useful to...

enhancement

Uses a closure to temporarily supply the list of elements without actually ever owning the data

At the moment, the default widget is a label, which means that if you don't specify a widget type inside an annotation, that particular struct field is rendered as a...

enhancement