all-is-cubes-mesh

Crates.ioall-is-cubes-mesh
lib.rsall-is-cubes-mesh
version0.8.0
sourcesrc
created_at2023-07-30 00:42:08.880382
updated_at2024-07-09 04:53:45.440938
descriptionMesh generation for the all-is-cubes engine.
homepage
repositoryhttps://github.com/kpreid/all-is-cubes
max_upload_size
id929661
size420,820
Kevin Reid (kpreid)

documentation

README

All is Cubes Mesh Generation

Data structures and algorithms for converting all-is-cubes voxel data to triangle meshes for rendering or export.

All of the algorithms are independent of graphics API, but they require providing vertex and texture data types suitable for the API or data format you wish to use.

If you are looking for a renderer which produces images, you may use the raytracer built in to all-is-cubes, or send the meshes to a GPU with all-is-cubes-gpu.

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