mirror of
https://github.com/creating2morrow/neveko.git
synced 2024-10-30 00:27:36 +00:00
12 lines
585 B
Markdown
12 lines
585 B
Markdown
|
# emath - egui math library
|
||
|
|
||
|
[![Latest version](https://img.shields.io/crates/v/emath.svg)](https://crates.io/crates/emath)
|
||
|
[![Documentation](https://docs.rs/emath/badge.svg)](https://docs.rs/emath)
|
||
|
[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/)
|
||
|
![MIT](https://img.shields.io/badge/license-MIT-blue.svg)
|
||
|
![Apache](https://img.shields.io/badge/license-Apache-blue.svg)
|
||
|
|
||
|
A bare-bones 2D math library with types and functions useful for GUI building.
|
||
|
|
||
|
Made for [`egui`](https://github.com/emilk/egui/).
|