bevy_vello 0.14.0

Render assets and scenes in Bevy with Vello
Documentation
1
2
3
4
5
use bevy::prelude::*;
use vello::kurbo::Affine;

#[derive(Component, Copy, Clone, Deref, DerefMut)]
pub struct PreparedAffine(pub Affine);