#region #bevy #paint #painting #system #grass #foliage

bevy_foliage_paint

A foliage painting system using warbler grass

1 unstable release

0.13.6 May 21, 2024

#4 in #painting

Download history 194/week @ 2024-05-20

194 downloads per month

MIT license

60KB
943 lines

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

Dependencies

~51–90MB
~1.5M SLoC