You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
ItsEthra 4d1e858a52
Use total_cmp for clamping drag value in order to avoid floating point ambiguities (#2213)
2 years ago
..
src Move all crates into a `crates` directory (#1940) 2 years ago
Cargo.toml Use total_cmp for clamping drag value in order to avoid floating point ambiguities (#2213) 2 years ago
README.md Move all crates into a `crates` directory (#1940) 2 years ago

README.md

emath - egui math library

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

Made for egui.