Page 1 of 1

LAID

Posted: Tue Jan 02, 2018 1:48 pm
by kbmonkey
LAID is a collection of scripts for packaging your LÖVE game into portable AppImages.

This is a work in progress and if anybody is keen to try this out I would appreciate feedback/bugs you encounter.

The idea to set up a build server in a virtual machine, it contains Love and all the tools to package an AppImage. There is a setup script that performs all of this setup for you. It supports 32-bit and 64-bit platforms, and I have tested this on QEmu on Linux and virtualbox on windows.

Once your build server is set up, packaging your game is a matter of:
1) boot the build server
2) copy your game to the build server
3) run the package command
4) copy the resulting .AppImage file out

There is also a build bash script (for the Linux users) to perform those steps for you. everything is detailed on the project page.

https://github.com/wesleywerner/laid