mirror of
https://github.com/emilk/egui.git
synced 2026-07-09 08:17:27 +00:00
87bc26fb5a
* Implement mint conversions Implement conversions for [mint](https://docs.rs/mint) (math interoperability standard types). - `impl {From, Into}<mint::Point2> for Pos2` - `impl {From, Into}<mint::Vector2> for Vec2` * Forward `mint` feature: egui -> epaint -> emath
GUI implementation
This is the core library crate egui. It is fully platform independent without any backend. You give the egui library input each frame (mouse pos etc), and it outputs a triangle mesh for you to paint.