|
|
|
|
|
by AngelOnFira
1566 days ago
|
|
I definitely see where you're coming form, but we're quite confident that we couldn't have made this game without Rust! There are lots of benefits we get, but here are some of the quick highlights: 1. "Code that compiles probably works" means that we can work quite quickly as a diverse team from all around the world, and not spend so much time worrying if our code will break that of others. 2. Our goal is to eventually be able to get 1000 players on the same world, on the same server. So far, the max we've reached is 195 players at our last release party. Our multiplayer server doesn't just send the location of players, but actually runs a ton of realtime simulations of the world, including economy, trade between towns, physics, NPCs, all with more coming in the future. All this to say with all the work that has to be done, we get massive benefits from how easy it is to do multithreading/ECS paradigm work with Rust But either way, we always like to shill whatever we like best. Still very happy to be a flagship project to show off how cool Rust is! |
|