marching-cubes 0.1.1

A marching cubes implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[features]
glam = []

[package]
description = "A marching cubes implementation in Rust"
edition = "2021"
keywords = ["game", "voxels", "isosurface", "marching"]
license = "MIT"
name = "marching-cubes"
readme = "README.md"
repository = "https://github.com/therealnv6/marching_cubes"
version = "0.1.1"