Hacker News new | ask | show | jobs
by lkt 848 days 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.

1 comments

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.