krh_earcut

Crates.iokrh_earcut
lib.rskrh_earcut
version0.1.0
sourcesrc
created_at2024-05-04 03:24:23.847679
updated_at2024-05-04 03:24:23.847679
descriptionA simple earcut polygon triangulation algorithm implementation
homepage
repositoryhttps://github.com/Koranir/krh_earcut
max_upload_size
id1229373
size29,473
Daniel (Koranir)

documentation

README

krh_earcut

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.

Commit count: 6

cargo fmt