vox-format

Crates.iovox-format
lib.rsvox-format
version0.1.0
sourcesrc
created_at2021-07-23 02:55:23.927379
updated_at2021-07-23 02:55:23.927379
descriptionParser for MagicaVoxel's .VOX file format.
homepagehttps://github.com/jgraef/vox-format
repositoryhttps://github.com/jgraef/vox-format
max_upload_size
id426093
size86,126
Janosch Gräf (jgraef)

documentation

https://docs.rs/vox-format

README

crates.io docs.rs MIT license Maintenance

vox-format

vox-format is a parser and encoder for MagicaVoxel's VOX files.

Usage

In your Cargo.toml add:

[dependencies]
vox-format = "0.1"

Example

let vox_data = vox_format::from_file("test_files/glider.vox")?;
println!("{:#?}", vox_data);
Commit count: 30

cargo fmt