Skip to content

LennysLounge/dear_egui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A egui theme inspired by dear imgui

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages