All is Cubes Renderer
=====================
All is Cubes is a “voxel game” where each block is made out of smaller blocks (one level of recursion).
This particular package provides a raytracer which can render All is Cubes scenes, as well as types related to rendering by any means.
[all-is-cubes]: https://crates.io/crates/all-is-cubes
License
-------
All source code and other materials are Copyright © 2020-2024 Kevin Reid, and licensed under either of
* Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
([LICENSE-MIT](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.