epi 0.17.0

Backend-agnostic interface for writing apps using egui
Documentation

Backend-agnostic interface for writing apps using [egui].

epi provides interfaces for window management and serialization. An app written for epi can then be plugged into eframe, the egui framework crate.

Start by looking at the [App] trait, and implement [App::update].