https://github.com/brendanzab/hedge
Indexed based half-edge mesh implementation
https://github.com/brendanzab/hedge
Last synced: 3 months ago
JSON representation
Indexed based half-edge mesh implementation
- Host: GitHub
- URL: https://github.com/brendanzab/hedge
- Owner: brendanzab
- License: mpl-2.0
- Created: 2017-07-30T08:22:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-16T23:51:49.000Z (about 8 years ago)
- Last Synced: 2025-03-13T07:13:57.099Z (10 months ago)
- Language: Rust
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# hedge
Indexed based half-edge mesh implementation.
[](https://travis-ci.org/photex/hedge)
[](https://docs.rs/hedge)
[](https://crates.io/crates/hedge)
[](https://github.com/photex/hedge/blob/master/LICENSE)
[Documentation](http://docs.rs/hedge)
Many of the ideas and techniques used in this crate are inspired by [Petgraph](http://crates.io/crate/petgraph) and [OpenMesh](openmesh.org).