bevy_foliage_paint

Crates.iobevy_foliage_paint
lib.rsbevy_foliage_paint
version0.13.6
sourcesrc
created_at2024-05-21 01:07:36.029185
updated_at2024-05-21 01:07:36.029185
descriptionA foliage painting system using warbler grass
homepage
repositoryhttps://github.com/ethereumdegen/bevy_regions
max_upload_size
id1246337
size213,150
Ethereumdegen (ethereumdegen)

documentation

README

Bevy Foliage Paint

Installing

cargo add bevy_foliage_paint

Bevy Versions

Foliage 0.13.x -> Bevy 0.13.x

Run example

cargo run --example basic

Description

A very bevy-centric foliage painting plugin that takes advantage of entities, components and systems as much as possible to be as easy to understand and interact with as possible.

An example of it being used in the bevy_mesh_terrain_editor to allow the editor to paint WarblerGrass

bevy-grass

Editor (WIP)

https://github.com/ethereumdegen/bevy_mesh_terrain_editor

Commit count: 18

cargo fmt