Just chiming in to say I started learning Rust because I wanted to try out Bevy and so far it's been a great experience. The Discord community is especially vibrant. The hardest parts have been learning ECS at the same time as a new language/framework and how quickly updates are released which invalidate old information (including asking ChatGPT questions and getting stale info)<p>Overall though I haven't regretted the experience at all. If anyone is on the fence about playing around with Bevy I'd encourage you to jump on in.
Intriguing development! It's quite refreshing to witness Bevy hopping onto the WebGPU bandwagon. I can't help but wonder about the complexity involved in transitioning an existing codebase from WebGL to WebGPU in such a compressed timeline.<p>On a similar note, Ambient (<a href="https://github.com/AmbientRun/Ambient">https://github.com/AmbientRun/Ambient</a>) has been on my radar for their utilization of WebGPU, though they seemingly lack a tangible web demo. Anyone have any insights or comparisons to share?