Hacker News new | ask | show | jobs
by Svenstaro 3491 days ago
Yes, I'm planning to do a series of blog posts about it. In general, Rust is shaping up to be a great language for video games. There are some things that are known problems and that are hard to work with (such as recursive self-referencing data structures) but those are corner cases.

There general tooling of Rust is really nice. Much less so about Vulkan: It has a very limited compiler ecosystem with few optimizers and in general programming GLSL shaders in Vulkan is error prone, hard to debug and you'll be doing a lot of manual loop unrolling.