#imgui #themes #style #egui

imgui_styles

A collection of immediate gui themes

3 unstable releases

0.2.1 Dec 5, 2023
0.2.0 Nov 24, 2023
0.1.0 Nov 24, 2023

#1771 in GUI

MIT license

1MB
211 lines

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);

CI Crates Docs MIT licensed

Immediate GUI Styles

The crate is a collection of different themes for ImGui and eGUI.

Feel free to contribute!

License

MIT

Dependencies

~12–17MB
~242K SLoC