3 unstable releases
0.2.1 | Dec 5, 2023 |
---|---|
0.2.0 | Nov 24, 2023 |
0.1.0 | Nov 24, 2023 |
#1114 in GUI
23 downloads per month
1MB
211 lines
Immediate GUI Styles
The crate is a collection of different themes for ImGui and eGUI.
Feel free to contribute!
License
MIT
lib.rs
:
The Immediate GUI style themes. Supports ImGUI, but in the future there are plans to also support eGUI.
Just obtain the theme object and use it! For example:
let mut imgui_context = ...; // obtain imgui::Context
imgui_styles::embrace_the_darkness::context_patch(&mut imgui_context);
Dependencies
~12–17MB
~244K SLoC