Crates.io | kv6 |
lib.rs | kv6 |
version | 0.1.4 |
source | src |
created_at | 2023-09-24 13:59:07.114913 |
updated_at | 2024-02-05 16:16:37.677318 |
description | Collection of structs to allow reading of Ken Silverman's voxel formats |
homepage | |
repository | https://github.com/Autist69420/kv6 |
max_upload_size | |
id | 981939 |
size | 14,783 |
A rust crate to allow easy reading of multiple Ken Silverman voxel formats. Currently the only format supported is kv6
but kvx
is planned.
KV6 is the Voxel sprite format used by Voxlap and Evaldraw which was made by Ken Silverman back in 2000.
The examples directory has a couple of examples to show you how to read/write kv6 files