linebender / bevy_vello

An integration to render with Vello in Bevy game engine.
https://linebender.org/bevy_vello/
Apache License 2.0
117 stars 12 forks source link

Make render system use `Local` for Vello Renderer #39

Closed seabassjh closed 4 months ago

seabassjh commented 4 months ago

The motivation for this began as a way to work around this bevy issue, which it does successfully circumvent. But also this makes render_scene make proper use of Local, so this is also an general improvement.