Bevy is a refreshingly simple data-driven game engine built in Rust. It is free and open-source forever!| bevyengine.org
gfx-rs community’s goal is to make graphics programming in Rust easy, fast, and reliable. Our main projects are:| gfx-rs.github.io
Vello is a new GPU accelerated renderer for 2D graphics that relies heavily on compute shaders for its operation. (It was formerly known as piet-gpu, but we renamed it recently because it is no longer based on the [Piet] render context abstraction, and has been substantially rewritten). As such, it depends heavily on having good infrastructure for writing and running compute shaders, consistent with its goals of running portably and reliably across a wide range of GPU hardware. Unfortunately,...| Raph Levien’s blog