Skip to content

Simple earcut polygon triangulation implementation

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

Koranir/krh_earcut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple earcut polygon triangulation implementation

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages