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

#1149 in GUI

Download history 1354/week @ 2024-03-14 1772/week @ 2024-03-21 1709/week @ 2024-03-28 1633/week @ 2024-04-04 1891/week @ 2024-04-11 1693/week @ 2024-04-18 1776/week @ 2024-04-25 1647/week @ 2024-05-02 1545/week @ 2024-05-09 1718/week @ 2024-05-16 1618/week @ 2024-05-23 1691/week @ 2024-05-30 1344/week @ 2024-06-06 1576/week @ 2024-06-13 1512/week @ 2024-06-20 1133/week @ 2024-06-27

5,775 downloads per month
Used in 44 crates (13 directly)

MIT/Apache

1.5MB
27K 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
~49K SLoC