Bevy Vello Graphics simplifies the creation and rendering of Vello vector graphics in Bevy.
Each vector graphic is treated as a component and rendered using Bevy Vello. Vector graphics that are supported include:
- Line
- Rect
- Circle
- Bézier Path
It also include a simple Bevy friendly wrapper around:
- Fill
- Stroke
- Brush
You can join us on the Voxell discord server.
bevy_vello_graphics
is dual-licensed under either:
- MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
This means you can select the license you prefer! This dual-licensing approach is the de-facto standard in the Rust ecosystem and there are very good reasons to include both.