2 unstable releases

0.7.0 Jan 27, 2024
0.6.0 Jul 30, 2023

#157 in Rendering

Download history 15/week @ 2024-01-22 37/week @ 2024-02-19 14/week @ 2024-02-26 4/week @ 2024-03-04 9/week @ 2024-03-11 5/week @ 2024-03-18 13/week @ 2024-03-25 23/week @ 2024-04-01

51 downloads per month
Used in 3 crates

MIT/Apache

2MB
38K SLoC

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.

Dependencies

~9–47MB
~682K SLoC