ThaiDuongVu / sidekick

2D Vulkan game framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Massive file size

ThaiDuongVu opened this issue · comments

A Sidekick program by default (empty app, no heavy rendering or processing) builds to approximately 3.5GB of storage space (Windows 10).

Using rgx instead of vulkano, the file size is now reduced to about 1.1 GB (Windows 10 and Ubuntu Linux), still very large for the scope of the project but an improvement nonetheless. Keep in mind that this is the size of the debug build, it can be reduced further by building it in release mode.

Building in release mode reduce the file size further to about 750 MB (Windows 10, empty project).