←back to thread

399 points TaurenHunter | 1 comments | | HN request time: 0.211s | source
Show context
GenericCanadian ◴[] No.42190317[source]
I wrote https://taintedcoders.com/ for anyone looking for an introduction to Rust game development with Bevy.

Bevy is still early, but the sweet spot right now is simulations. It's particularly weak in its UI, but that's the coming focus for getting the editor built.

If anyone needs ideas, making [boids](https://slsdo.github.io/steering-behaviors/) in Bevy is a great weekend project.

replies(3): >>42191274 #>>42191668 #>>42191888 #
1. kookamamie ◴[] No.42191274[source]
While Bevy might be the hottest thing in the Rust gamedev scene, Tiny Glade didn't use it for rendering purposes - AFAIK only the ECS was used from Bevy.