#region #bevy #texture #painting #system #paint #image

bevy_regions

A region painting system using a u16 texture

3 releases

0.13.4 May 9, 2024
0.13.3 May 9, 2024
0.13.2 May 9, 2024

#999 in Game dev

Download history 316/week @ 2024-05-05 25/week @ 2024-05-12 7/week @ 2024-05-19

348 downloads per month

MIT license

48KB
738 lines

Bevy Regions

Installing

cargo add bevy_regions

Bevy Versions

Regions 0.13.x -> Bevy 0.13.x

Run example

cargo run --example basic

Description

A very bevy-centric region 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 regions

image

Texture Types

Region Map Texture The source of region index ! This uses a U8 texture which signifies the region index at any particular position.

Reference Shader Material

see https://github.com/bevyengine/bevy/blob/main/examples/shader/shader_material.rs

Editor (WIP)

https://github.com/ethereumdegen/bevy_mesh_terrain_editor

Dependencies

~30–60MB
~814K SLoC