MCPcopy Index your code
hub / github.com/LennysLounge/dear_egui

github.com/LennysLounge/dear_egui @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
13 symbols 20 edges 5 files 1 documented · 8%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

dear_egui

A theme for egui insipred by Dear ImGui

Instalation

Set the theme on the relevant egui context by specifiying the theme and font to use.

dear_egui::set_theme(
    ctx,
    dear_egui::Theme::Imgui,
    dear_egui::Font::OpenSans,
);

Preview

Imgui

imgui

Proggy clean

Both fonts proggy clean and open sans are included. proggy_clean

Cadmium

Cadmium

Acid

Acid

Forest

Forest

Sky

Sky

Iris

Iris

Violet

Violet

Raspberry

Raspberry

Core symbols most depended-on inside this repo

get_style
called by 9
src/imgui.rs
from_hsv
called by 5
src/colors.rs
get_style
called by 3
src/lib.rs
set_theme
called by 3
src/lib.rs
get_style
called by 0
src/colors.rs
main
called by 0
examples/widget_gallery.rs
update
called by 0
examples/widget_gallery.rs
main
called by 0
examples/demo.rs

Shape

Function 6
Method 3
Class 2
Enum 2

Languages

Rust100%

Modules by API surface

src/lib.rs4 symbols
examples/widget_gallery.rs3 symbols
examples/demo.rs3 symbols
src/colors.rs2 symbols
src/imgui.rs1 symbols

For agents

$ claude mcp add dear_egui \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact