all-is-cubes-port

Crates.ioall-is-cubes-port
lib.rsall-is-cubes-port
version0.8.0
sourcesrc
created_at2022-12-29 06:14:50.594172
updated_at2024-07-09 04:54:55.398882
descriptionData import/export for the all-is-cubes engine.
homepage
repositoryhttps://github.com/kpreid/all-is-cubes
max_upload_size
id747169
size158,827
Kevin Reid (kpreid)

documentation

README

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 .vox voxel scene files
  • glTF 2.0 (export only)
  • STL (export only)

License

All source code and other materials are Copyright © 2020-2024 Kevin Reid, and licensed under either of

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.

Commit count: 4203

cargo fmt