plexus 0.0.10

3D mesh generation and manipulation.
Documentation
1
2
3
4
5
6
7
8
# Viewer Example

This example renders a mesh with custom geometry using a generator, graph, and
buffer. See `main.rs`.

Run this example with `$ cargo run --example viewer`.

![Viewer](https://raw.githubusercontent.com/olson-sean-k/plexus/master/doc/viewer.png)