top | item 39438058

(no title)

lkt | 2 years ago

Bevy has a lot of features enabled by default that add to the size. You can get bevy-snake down to 12 MB (3.2 MB gzipped, 1.9 MB brotli'd) if you only enable rendering and sprites, and strip the function names section.

It's still a little bigger than I would like, but it's not terrible.

discuss

order

ofrzeta|2 years ago

It's a really barebones snake game that should take less than 12 kb. Anyway I get that it's more of a proof of concept for Bevy.