4 releases
0.1.37 | Jan 29, 2025 |
---|---|
0.1.36 | Nov 5, 2024 |
0.1.34 | Sep 6, 2024 |
0.1.33 | Jul 1, 2024 |
#2118 in Algorithms
21 downloads per month
Used in 12 crates
355KB
10K
SLoC
del-msh
This is a static mesh processing utility library for computer graphics prototyping 🪚 and research 🧑🔬.
Originally, the code is written in C++ as DelFEM2, then it was completely re-written in Rust 🦀.
📔 See the documentation generated from code.
🐍 Python binding is available.
Warning
del-msh is still in its initial development phase. Crates published to https://crates.io/crates/del-msh in the 0.1.x series do not obey SemVer and are unstable.
Features
- generating primitive meshes (sphere, cylinder, torus)
- load/save wavefront obj mesh
- unify indexes of texture vertex and position vertex
- one-ring neighborhood
- adjacent element
- Kd-tree
- Bounding Box Hierarchy (BVH)
- intersection of triangle mesh (intersection, proximity, CCD)
Dependencies
~5.5MB
~103K SLoC