egui/emath
Emil Ernerfeldt c9766f8a7b
Resizable panels + right and bottom panels (#438)
* Side panel resizing and add right panels

* Add resizable top/bottom panels

* Deprecate TopPanel

* Final tweaks and update CHANGELOG.md
2021-05-26 22:06:10 +02:00
..
src Resizable panels + right and bottom panels (#438) 2021-05-26 22:06:10 +02:00
Cargo.toml Add features extra_asserts and extra_debug_asserts for more asserts 2021-05-17 22:38:39 +02:00
README.md Rename Egui to egui 2021-01-17 14:48:59 +01:00

emath - egui math library

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

Made for egui.