5 ms·
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 re
by lkt 3y 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.
- ofrzeta 3y agoIt'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.