* Allow widget focus change with keyboard arrows * remove set id function * docs * Emilk feedback round 1 * Fix compile error * undo example * Move out functions from range to memory.rs * remove contains range * Use docstrings * code cleanup * Improve candidate logic * More tweaks * Less `pub` --------- Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
README.md
emath - egui math library
A bare-bones 2D math library with types and functions useful for GUI building.
Made for egui.