34 releases (breaking)

0.31.1 Mar 5, 2025
0.30.0 Dec 16, 2024
0.29.1 Oct 1, 2024
0.28.1 Jul 5, 2024
0.10.0 Feb 28, 2021

#110 in Math

Download history 62235/week @ 2025-01-10 56236/week @ 2025-01-17 55910/week @ 2025-01-24 69600/week @ 2025-01-31 125844/week @ 2025-02-07 138102/week @ 2025-02-14 184361/week @ 2025-02-21 207498/week @ 2025-02-28 199451/week @ 2025-03-07 201531/week @ 2025-03-14 178132/week @ 2025-03-21 170421/week @ 2025-03-28 158717/week @ 2025-04-04 143819/week @ 2025-04-11 124738/week @ 2025-04-18 141602/week @ 2025-04-25

599,627 downloads per month
Used in 1,035 crates (20 directly)

MIT/Apache

130KB
3K SLoC

Opinionated 2D math library for building GUIs.

Includes vectors, positions, rectangles etc.

Conventions (unless otherwise specified):

  • All angles are in radians
  • X+ is right and Y+ is down.
  • (0,0) is left top.
  • Dimension order is always x y

Integrating with other math libraries.

emath does not strive to become a general purpose or all-powerful math library.

For that, use something else (glam, nalgebra, …) and enable the mint feature flag in emath to enable implicit conversion to/from emath.

Feature flags


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.

Dependencies

~220KB