all-is-cubes-gpu

Crates.ioall-is-cubes-gpu
lib.rsall-is-cubes-gpu
version0.8.0
sourcesrc
created_at2022-01-29 22:15:12.431122
updated_at2024-07-09 04:54:14.189184
descriptionOptional GPU rendering implementation for the all-is-cubes crate.
homepage
repositoryhttps://github.com/kpreid/all-is-cubes
max_upload_size
id523807
size386,522
Kevin Reid (kpreid)

documentation

README

All is Cubes (GPU rendering package)

All is Cubes is a “voxel game” where each block is made out of smaller blocks (one level of recursion).

This particular library package contains algorithms for rendering All is Cubes content using the wgpu graphics API abstraction library.

The API is fairly unstable and primarily intended to serve the needs of the existing desktop and web “app” crates; I do not recommend using this library directly. If you have a use case for this library, please get in touch.

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