Dynamic earcut-based triangulation (soon-to-be) optimized for fast incremental insertions and removals. Mutating doesn't invalidate handles.
- Rust 100%
| macroquad_viewer | Display face ids for inspection | |
| src |
Reexport id types from dcel crate
|
|
| .gitignore |
Initial commit: crude wrapper over the dcel library
|
|
| Cargo.toml | Release version 0.3.7 | |
| README.md | Clarify being work-in-progress in description | |
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.