top | item 34319795

(no title)

mden | 3 years 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.

discuss

order

Waterluvian|3 years ago

I feel like at this point JS is a compile target. TS + Phaser or PIXI is delightful.

m00x|3 years ago

I 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.

rpastuszak|3 years ago

Is this comment getting downvoted because there’s something wrong with it or because people disagree?