Crates.io | bevy_more_shapes |
lib.rs | bevy_more_shapes |
version | 0.5.0 |
source | src |
created_at | 2022-04-07 19:24:14.754101 |
updated_at | 2023-04-03 20:12:42.34035 |
description | Bevy engine plugin that adds additional shapes to the existing collection of procedurally generated geometry. |
homepage | |
repository | https://github.com/redpandamonium/bevy_more_shapes |
max_upload_size | |
id | 563863 |
size | 614,391 |
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. It also follows the semver standard. Below is a chart which versions of this crate are compatible with which bevy version:
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 |
0.5.x | 0.10.x |
The normals on cones and cylinders aren't properly smoothly interpolated.
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.