Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 887 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 887 Bytes

egui_router

egui_ver Latest version Documentation unsafe forbidden License

A single-page application router for egui.

It supports:

  • Customizable route transition animations
  • Axum-like route matching and handler functions

Check out the hello_egui demo, which internally uses egui_router to route between the examples and crates.