#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

7 releases (4 breaking)

new 0.5.0 Feb 2, 2025
0.4.0 Jan 6, 2025
0.3.0 Dec 26, 2024
0.2.2 Dec 17, 2024
0.1.1 Sep 13, 2024

#297 in Rendering

Download history 1/week @ 2024-10-30 2/week @ 2024-11-06 7/week @ 2024-12-04 289/week @ 2024-12-11 97/week @ 2024-12-18 128/week @ 2024-12-25 104/week @ 2025-01-01 19/week @ 2025-01-08 108/week @ 2025-01-29

158 downloads per month

MIT/Apache

145KB
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