voronoid 0.0.2

3D Voronoi tessellation in Rust: a fast, feature-rich grid-based approach ready for WASM and TypeScript.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Examples

This directory contains examples demonstrating how to use the `voronoid` library.

## Tessellation SVG

`tessellation_svg.rs` generates a 3D Voronoi tessellation with random points and renders it to an SVG file using the `plotters` library. To run the example, use the following command from the root of the repository:

```bash
cargo run --example tessellation_svg
cargo run --example walls
```