A cross-platform build tool for packaging LÖVE games into executables for Windows, macOS, and Linux.
boon is a build tool for the LÖVE game framework that automates packaging games into executables for multiple platforms like Windows, macOS, and Linux. It solves the problem of manually configuring and building distributable versions of LÖVE games, streamlining the release process. It supports multiple LÖVE versions and requires no external dependencies.
LÖVE game developers who need to package their games for distribution on various operating systems, especially those looking for a simple, automated solution.
Developers choose boon for its simplicity, cross-platform support, and lack of dependencies, making it a reliable and easy-to-integrate alternative to tools like love-release. Its single executable design and configuration file support enable consistent builds across projects.
A cross-platform build tool for LÖVE
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Builds distributable executables for Windows (.exe), macOS (.app), and .love files from a single command, simplifying cross-platform game releases.
Supports multiple LÖVE versions (11.x and 0.10.2), allowing builds tailored to different framework releases without manual tweaks.
A standalone executable with no external tools required, making installation and usage straightforward across systems.
Uses a Boon.toml file for per-project settings, enabling automated and repeatable builds ideal for CI/CD pipelines.
The README lists Linux builds as 'coming soon', so it cannot produce native Linux executables at this time, limiting platform coverage.
Requires downloading LÖVE versions separately via 'boon love download' commands, adding an extra step before building and increasing setup complexity.
Designed solely for the LÖVE framework, making it unsuitable for projects using other game engines or requiring broader build tool integration.
boon is an open-source alternative to the following products: