Gfx-rs lessons learned – Rust Graphics Meetup
gfx-rs survived Rust stabilization. It survived the coming of DX12 and Vulkan. But now, the repository is in maintenance mode. This foundational project was ... (more…)
Read more »After thinking about the async fn in traits problem for a while, I’ve come to the conclusion that the syntax Rust chose for async fn is the wrong one. Specifically, the fact that the returned future type is hidden is quite limiting. Here’s how we can fix … Read more