6 releases (breaking)
Uses new Rust 2024
| 0.10.0 | Dec 12, 2025 |
|---|---|
| 0.9.0 | Jan 2, 2025 |
| 0.8.0 | Jul 9, 2024 |
| 0.7.0 | Jan 27, 2024 |
| 0.5.0 | Dec 29, 2022 |
#51 in Data formats
Used in 2 crates
2MB
43K
SLoC
All is Cubes Import/Export
All is Cubes is a “voxel game” where each block is made out of smaller blocks (one level of recursion).
This particular package provides routines for data import and export between All is Cubes’ types and other data formats. It depends on the core library crate all-is-cubes. Currently supported formats:
- All is Cubes native JSON data files
- MagicaVoxel
.voxvoxel scene files - glTF 2.0 (export only)
- STL (export only)
License
All source code and other materials are Copyright © 2020-2025 Kevin Reid, and licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~22MB
~379K SLoC