hello_egui 0.5.0 - intruducing egui_router!
lucasmerlin
released this
03 Jul 18:30
·
103 commits
to main
since this release
All hello_egui crates have been updated for egui 0.28.0, and I'm excited to release egui_router!
egui_router allows you to build a multi page application with transitions. It uses matchit, axums router implementation, to resolve the routes.
Check the hello_egui examples which now uses the router to link to the different examples.
You can also customize the transitions and build a more app like experience, here is a video from the hellopaint app: