Crates.io | krh_earcut |
lib.rs | krh_earcut |
version | 0.1.0 |
source | src |
created_at | 2024-05-04 03:24:23.847679 |
updated_at | 2024-05-04 03:24:23.847679 |
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_std
This crate is no_std compatible, but requires the alloc
crate to be available.