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

#1132 in GUI

Download history 1532/week @ 2024-01-06 1749/week @ 2024-01-13 1635/week @ 2024-01-20 1185/week @ 2024-01-27 842/week @ 2024-02-03 1306/week @ 2024-02-10 1759/week @ 2024-02-17 1165/week @ 2024-02-24 1311/week @ 2024-03-02 1543/week @ 2024-03-09 1600/week @ 2024-03-16 1683/week @ 2024-03-23 1846/week @ 2024-03-30 1523/week @ 2024-04-06 2020/week @ 2024-04-13 1535/week @ 2024-04-20

7,131 downloads per month
Used in 43 crates (13 directly)

MIT/Apache

1.5MB
25K 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

~3MB
~47K SLoC