fast-surface-nets 0.2.0

A fast, chunk-friendly implementation of Naive Surface Nets on regular grids.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.glam]
version = "0.20"

[dependencies.ndshape]
version = "0.3"

[package]
description = "A fast, chunk-friendly implementation of Naive Surface Nets on regular grids."
edition = "2021"
keywords = ["graphics", "isosurface", "mesh", "voxel"]
license = "MIT OR Apache-2.0"
name = "fast-surface-nets"
repository = "https://github.com/bonsairobo/fast-surface-nets-rs"
resolver = "2"
version = "0.2.0"