| Crates.io | krh_earcut |
| lib.rs | krh_earcut |
| version | 0.1.0 |
| created_at | 2024-05-04 03:24:23.847679+00 |
| updated_at | 2024-05-04 03:24:23.847679+00 |
| description | A simple earcut polygon triangulation algorithm implementation |
| homepage | |
| repository | https://github.com/Koranir/krh_earcut |
| max_upload_size | |
| id | 1229373 |
| size | 29,473 |
A simple implementation of the earcut polygon triangulation algorithm, based on this blog post and the mapbox implementation.
No validation is performed on input data for maximal simplicity.
no_stdThis crate is no_std compatible, but requires the alloc crate to be available.