This directory contains examples demonstrating how to use the `voronoid` library.
`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
```