PixelGuys / Cubyz

Voxel sandbox game with a large render distance, procedurally generated content and some cool graphical effects.
GNU General Public License v3.0
365 stars 47 forks source link

App Bundles #388

Open archbirdplus opened 1 month ago

archbirdplus commented 1 month ago

Bundle Cubyz into fully-featured apps by platform.

Primary benefits:

Notable caveats:

This might not actually be possible to do with Zig for all platforms, especially the codesigning part. It would also add extra platform-specific bloat to anybody wanting to build it from source later on, and would complicate the builds by involving a ton of other utilities. It might make sense to bud off this CI/CD into a repo of its own (Cubyz-releases) if it gets big enough.

archbirdplus commented 1 month ago

Not sure how well this plays with #227.