More shapes for the bevy game engine. This plugin adds more procedural geometry shapes for bevy. It works exactly like the default bevy shapes.
To run the example showcasing all the available shapes, run cargo run --example gallery
.
This crate tracks bevy's versions, meaning the API of this crate will only break when an API breaking version of bevy is released.
| Version | Bevy version | |---------|--------------| | 0.1.x | 0.6.x | | 0.2.x | 0.7.x | | 0.3.x | 0.9.x | | 0.4.x | 0.10.x |
The UV coordinates are correct but not always useful. Repeating textures make this better, but consider changing the UVs for your use-case.
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 stated in the LICENSE file, without any additional terms or conditions.