egui/crates/emath
Emil Ernerfeldt 7b169ec13d
Break out plotting to own crate `egui_plot` (#3282)
This replaces `egui::plot` with the new crate `egui_plot`
2023-08-27 17:22:49 +02:00
..
src Support images with rounded corners (#3257) 2023-08-15 09:29:30 +02:00
Cargo.toml Break out plotting to own crate `egui_plot` (#3282) 2023-08-27 17:22:49 +02:00
README.md Add badges to all crates' README.md 2023-02-12 18:08:13 +01:00

README.md

emath - egui math library

Latest version Documentation unsafe forbidden MIT Apache

A bare-bones 2D math library with types and functions useful for GUI building.

Made for egui.