Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LennysLounge/dear_egui
A egui theme inspired by dear imgui
https://github.com/LennysLounge/dear_egui
Last synced: 5 days ago
JSON representation
A egui theme inspired by dear imgui
- Host: GitHub
- URL: https://github.com/LennysLounge/dear_egui
- Owner: LennysLounge
- License: mit
- Created: 2023-12-26T00:15:14.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-09T22:58:08.000Z (9 months ago)
- Last Synced: 2024-08-02T12:22:54.930Z (3 months ago)
- Language: Rust
- Size: 1000 KB
- Stars: 39
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-egui - dear_egui theme
README
# dear_egui
A theme for [egui](https://github.com/emilk/egui) insipred by [Dear ImGui](https://github.com/ocornut/imgui)## Instalation
Set the theme on the relevant egui context by specifiying the theme and font to use.
```rs
dear_egui::set_theme(
ctx,
dear_egui::Theme::Imgui,
dear_egui::Font::OpenSans,
);
```## Preview
### Imgui
![imgui](/previews/imgui.png)### Proggy clean
Both fonts proggy clean and open sans are included.
![proggy_clean](/previews/proggy_clean.png)### Cadmium
![Cadmium](/previews/Cadmium.png)### Acid
![Acid](/previews/Acid.png)### Forest
![Forest](/previews/Forest.png)### Sky
![Sky](/previews/Sky.png)### Iris
![Iris](/previews/Iris.png)### Violet
![Violet](/previews/Violet.png)### Raspberry
![Raspberry](/previews/Raspberry.png)