Hacker News new | ask | show | jobs
by amelius 5 days ago
> It's bothersome that such things seem to be needed.

Yes. Rust is not a general purpose language. It's a systems language. Don't use it for GUIs and games and such until somebody has figured out how to do it properly.

2 comments

All systems languages before Rust (granted, it's not a very long list) were successfully used for GUIs, games, embedded stuff and much more
You can't figure something out this complex without FAFO. Bevy is one flavor of FAFO. It seems to be working out alright so far.