Fast polygon mesh library with different data structures and traits to abstract over those.
-
Updated
Dec 4, 2024 - Rust
Fast polygon mesh library with different data structures and traits to abstract over those.
An implementation of a half-edge data structure (DCEL) in purely safe Rust, using ghost-cell and typed arena allocation to deal with the cyclic nature of the data structure. The goal is to provide a safe (primary priority) and performant (secondary priority) library for mesh processing in Rust.
Add a description, image, and links to the half-edge-data-structure topic page so that developers can more easily learn about it.
To associate your repository with the half-edge-data-structure topic, visit your repo's landing page and select "manage topics."