April 5, 2026
All You Need Is LÖVE (And A Release Date)
LÖVE: 2D Game Framework for Lua
LÖVE fans swoon, skeptics seethe: where’s 12.0
TLDR: LÖVE, a free 2D game engine for Lua, keeps moving with nightlies and mobile support, but fans are restless for the long‑teased 12.0. Comments hype Balatro and Mari0, argue web vs native performance, and praise the easy workflow while asking about in‑app purchases on mobile.
The LÖVE crowd is in full rom-com mode over the free, open-source 2D game framework that runs on Windows, Mac, Linux, Android, and iOS — but the plot twist is the release schedule. Veterans gush that it hits the sweet spot of simple yet powerful, while grumbling that the last stable build is “long in the tooth.” Many admit they’re living dangerously on the unstable “main” branch for speed and fixes, turning the long‑awaited, almost mythical 12.0 into the community’s favorite cliffhanger.
Then came the spicy take: one dev declared a web build runs better (even with all the bloat), and the thread instantly split into browser boosters vs. native purists. Meanwhile, nostalgia surged as someone dropped Mari0 — “mario, with portals” — and another flexed blockbuster cred: indie hit Balatro was made with LÖVE. Newcomers swooned over the zero‑friction workflow — “just drag a zip onto the exe and it starts” — while practical minds asked if mobile packaging still works and what the story is with IAP (in‑app purchases).
Behind the scenes, nightly builds, a tidy test suite, and experimental branches signal constant motion, even as maintainers warn the dev branch isn’t stable. One quiet curveball from the repo: no AI‑generated code contributions — a firm line in the sand, as everyone keeps refreshing for 12.0.
Key Points
- •LÖVE is a free, open-source 2D game framework for Lua with support for Windows, macOS, Linux, Android, and iOS.
- •The main branch is used for next major-version development (unstable), with release branches, tagged releases, and binaries available; experimental work may occur in a separate love-experiments repo.
- •Releases are on GitHub; nightly builds are available via GitHub CI, an Ubuntu PPA (ppa:bartbes/love-unstable), and the Arch Linux AUR package love-git.
- •A comprehensive test suite covers all LÖVE APIs and can be run locally like a standard project; coverage is viewable via CI actions.
- •Contributions follow a style guide and discussion-first process; LLM/generative AI-produced submissions (PRs, bug reports, etc.) are not accepted.