←back to thread

399 points TaurenHunter | 1 comments | | HN request time: 0s | 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 #
prox ◴[] No.42191888[source]
Can I also use Rust to build UI / window / data heavy apps? I am webdeveloper mostly so looking into other avenues right now.
replies(2): >>42192068 #>>42195138 #
1. 01HNNWZ0MV43FF ◴[] No.42195138[source]
Tauri 2 is quite good. It even builds for Android now