Crates.io | frosty_grass |
lib.rs | frosty_grass |
version | 0.0.1 |
source | src |
created_at | 2024-01-31 03:15:51.329914 |
updated_at | 2024-01-31 03:15:51.329914 |
description | A bevy plugin for rendering grass on 3D meshes using GPU instancing |
homepage | |
repository | https://github.com/DavidHospital/FrostyGrass |
max_upload_size | |
id | 1121167 |
size | 1,712,334 |
Frosty Grass is a Rust crate that provides a simple plugin for the Bevy game engine. The plugin renders simple grass on top of 3D meshes using GPU instancing.
cargo run --example grass_field
to see an example of randomly generated terrain covered in grass. Use WASD
to move around, QE
to turn, and SPACE SHIFT
to go up and down.This crate is licensed under the MIT OR Apache-2.0 licenses
I welcome contributions! If you find any issues or have ideas for improvements, please open an issue or submit a pull request.