An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# hedge
Indexed based half-edge mesh implementation.

[![Build Status](https://travis-ci.org/photex/hedge.svg?branch=master)](https://travis-ci.org/photex/hedge)
[![Documentation](https://docs.rs/hedge/badge.svg)](https://docs.rs/hedge)
[![Version](https://img.shields.io/crates/v/hedge.svg)](https://crates.io/crates/hedge)
[![License](https://img.shields.io/crates/l/hedge.svg)](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).