#bevy-plugin #graphics #render #render-pipeline #bevy #vertex #2d-rendering

hephae

A personalized, opinionated Bevy plugin that adds support for drawing and batching arbitrary vertices and indices

1 unstable release

new 0.6.0 Feb 15, 2025

#4 in #render-pipeline

Download history 3/week @ 2024-11-04 17/week @ 2024-12-09 376/week @ 2024-12-16 128/week @ 2024-12-23 120/week @ 2025-01-06 3/week @ 2025-01-13 66/week @ 2025-01-27 56/week @ 2025-02-03 86/week @ 2025-02-10

208 downloads per month

MIT/Apache

150KB
2K SLoC

hephae

A personalized, opinionated Bevy plugin that adds support for drawing and batching arbitrary vertices and indices.

I initially wrote this plugin as a personal measure of generalizing and expanding bevy_sprite into supporting rendering arbitrary vertex attributes and indices that define such triangles, along with customizing pipelines and render commands down to their very cores. Expanding on "personal measure," the library may feel complicated and not concise, as it is meant to be the set of puzzle blocks your utilize to define your own 2D rendering framework. Documentation is also fairly scarce and may not fully document caveats of the library; use at your own risk!

Dependencies

~35–68MB
~1M SLoC