Crates.io | bevy_chair |
lib.rs | bevy_chair |
version | 0.13.0 |
source | src |
created_at | 2022-12-20 03:36:01.862238 |
updated_at | 2024-03-24 13:59:15.667373 |
description | Chair mesh asset loader plugin |
homepage | |
repository | https://gitgud.io/deltanedas/bevy_chair |
max_upload_size | |
id | 741925 |
size | 149,500 |
Bevy plugin for loading chair meshes.
Add the ChairPlugin
to your App
, then you can load .chr
assets.
Spinning chair using vertex colours, normals and textures: cargo run -r --example render
Bevy 0.9 is supported by 0.9.X, 0.10 by 0.10.X, etc.