Get the latest tech news
Comfy, the 2D rust game engine, is now archived
Comfy is a fun 2D game engine built in Rust. It's designed to be opinionated, productive, and easy to use. - darthdeus/comfy
Some internals of comfy (batching and z-sorting) will need to be re-implemented to allow for this and ultimately more performant rendering techniques, but this should not happen at the cost of API clarity and ergonomics for most games. Since our intention is not to support AAA graphics the goal should be to find some form of middle ground, where we could achieve something similar to macroquad in terms of API simplicity, expressivity, and fun, while utilizing all of the power wgpu has to offer. Fyrox seems like it is trying to fight Unity, Godot and Unreal head on by currently being the only fully featured Rust game engine, notably also including a full 3D scene editor.
Or read this on Hacker News