love-build

zero-dependency cross-platform builder for LÖVE to export games to Windows, MacOS, and Linux

Stars
18
Committers
4

Bot releases are hidden (Show)

love-build - v0.6 Latest Release

Published by ellraiser 4 months ago

You only need to download the builder for the OS you are on - it will build for Windows, MacOS, and Linux regardless of the platform you run the builder from.

You can run the app directly and drag your main.lua file in, or use the app from CLI - see the README for more info on setting up.

Changes

  • added a basic pre/post process hook to run bash scripts
  • added an error handler for love.errorhandler crashes
love-build - v0.5

Published by ellraiser 6 months ago

You only need to download the builder for the OS you are on - it will build for Windows, MacOS, and Linux regardless of the platform you run the builder from.

You can run the app directly and drag your main.lua file in, or use the app from CLI - see the README for more info on setting up.

Changes

  • updated CPATH on linux so libs added through build.lua are picked up correctly
love-build - v0.4

Published by ellraiser 6 months ago

You only need to download the builder for the OS you are on - it will build for Windows, MacOS, and Linux regardless of the platform you run the builder from.

You can run the app directly and drag your main.lua file in, or use the app from CLI - see the README for more info on setting up.

Changes

  • added the ability to specify libs per platform in build.lua
  • fixed an issue with love12 building on linux
love-build - v0.3

Published by ellraiser 8 months ago

You only need to download the builder for the OS you are on - it will build for Windows, MacOS, and Linux regardless of the platform you run the builder from.

You can run the app directly and drag your main.lua file in, or use the app from CLI - see the README for more info on setting up.

love-build - v0.2

Published by ellraiser 10 months ago

You only need to download the builder for the OS you are on - it will build for Windows, MacOS, and Linux regardless of the platform you run the builder from.

You can run the app directly and drag your main.lua file in, or use the app from CLI - see the README for more info on setting up.

love-build - v0.1

Published by ellraiser 10 months ago

You only need to download the builder for your current OS, it will still build cross-platform regardless of whether you are on Windows, MacOS, or Linux.

You can either run the app directly and drag in your main.lua file, or run it from CLI and specify the path to your project. See the README for more details.

This first version is a basic implementation, still some polish left to do as well as finishing the AppImage export for Linux (currently just a basic export w/ fused binary)