10 breaking releases

0.17.0 Feb 22, 2022
0.16.0 Dec 29, 2021
0.15.0 Oct 24, 2021
0.13.0 Jun 24, 2021
0.10.0 Feb 28, 2021

#1297 in GUI

Download history 1501/week @ 2024-09-18 1604/week @ 2024-09-25 1048/week @ 2024-10-02 896/week @ 2024-10-09 1316/week @ 2024-10-16 1397/week @ 2024-10-23 1483/week @ 2024-10-30 871/week @ 2024-11-06 988/week @ 2024-11-13 1160/week @ 2024-11-20 1379/week @ 2024-11-27 1433/week @ 2024-12-04 2919/week @ 2024-12-11 1578/week @ 2024-12-18 391/week @ 2024-12-25 1250/week @ 2025-01-01

6,267 downloads per month
Used in 44 crates (13 directly)

MIT/Apache

1.5MB
29K SLoC

epi: the egui application programming interface

Latest version Documentation unsafe forbidden MIT Apache

epi is a backend-agnostic interface for writing apps using egui (a platform agnostic GUI library).

This crate provides a common interface for programming an app using egui, which can then be easily plugged into eframe (which is a wrapper over egui_web, egui_glium and egui_glow).

This crate is only for those that want to write an app that can be compiled both natively and for the web.

Dependencies

~2–2.7MB
~50K SLoC