28 ms·
I can't speak for large games but the Bevy build-run loop is quite fast for smallish games (say 10k loc). Certainly more pleasant than say Python or JS where it
by mden 4y ago
I can't speak for large games but the Bevy build-run loop is quite fast for smallish games (say 10k loc). Certainly more pleasant than say Python or JS where it starts fast and then you spent five iterations fixing errors Rust's type & ownership systems would have caught.
- Waterluvian 4y agoI feel like at this point JS is a compile target. TS + Phaser or PIXI is delightful.
- rpastuszak 4y agoIs this comment getting downvoted because there’s something wrong with it or because people disagree?
- m00x 4y agoI think wasm + webgpu will probably take over game development since it's incredibly portable from the start, and has near-native performance. Bevy is directly integrated with both, so I'm really hopeful of its future.