6
0
Fork
You've already forked dearcut
0
Dynamic earcut-based triangulation (soon-to-be) optimized for fast incremental insertions and removals. Mutating doesn't invalidate handles.
  • Rust 100%
Find a file
2026年03月18日 23:26:29 +01:00
macroquad_viewer Display face ids for inspection 2026年03月18日 14:03:56 +01:00
src Reexport id types from dcel crate 2026年03月18日 19:55:13 +01:00
.gitignore Initial commit: crude wrapper over the dcel library 2026年01月27日 15:57:42 +01:00
Cargo.toml Release version 0.3.7 2026年03月18日 23:26:29 +01:00
README.md Clarify being work-in-progress in description 2026年02月10日 02:50:07 +01:00

dearcut

Dynamic, incremental, earcut-based triangulation in Rust, (soon-to-be) optimized for fast insertions and removals without invalidating indices.

NOTE: This is a work in progress. It's not tested and optimized yet.