|
|
|
|
|
by tyleo
64 days ago
|
|
I really want to like bevy but compile times are slow and the output binaries are huge. I built a few games in WASM and was shocked to see many of the bevy variants larger than the Unity versions. There’s definitely a market for rust game engines but it seems that no one’s hit the sweet spot yet. |
|
Bevy gives you a very nice ECS to model your app but compilation can be slower than hand crafted code, while not using it gives you tonnes more code and the complexities that come with it, just to compile faster?