Software Alternatives, Accelerators & Startups

LOVE 2D

Hi there! Lร–VE is an *awesome* framework you can use to make 2D games in Lua.

LOVE 2D

LOVE 2D Reviews and Details

This page is designed to help you find out whether LOVE 2D is good and if it is the right choice for you.

Screenshots and images

  • LOVE 2D Landing page
    Landing page //
    2018-09-30

Features & Specs

  1. Ease of Use

    LOVE 2D uses the Lua scripting language, which is known for its simplicity and ease of learning, making it accessible for beginners.

  2. Lightweight

    The framework itself is lightweight and requires minimal resources, ensuring fast performance even on older hardware.

  3. Cross-Platform

    LOVE 2D supports multiple operating systems including Windows, macOS, and Linux, enabling developers to easily port their games across different platforms.

  4. Community and Documentation

    LOVE 2D boasts a supportive and active community, alongside comprehensive and well-maintained documentation, facilitating problem-solving and learning.

  5. Flexibility

    The framework provides a lot of flexibility for developers, allowing them to create a wide variety of 2D games without being constrained by preset functionalities.

  6. Open-Source

    LOVE 2D is open-source, which allows developers to freely inspect, modify, and enhance the codebase according to their needs.

Badges

Promote LOVE 2D. You can add any of these badges on your website.

SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

JRM - "Love (2015)" Movie Review

Love review the series Ep1

LOVE Season 1 Review - Netflix Original

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about LOVE 2D and what they use it for.
  • I coded a shoot 'em up alone at 18 after learning Lua in a single week
    Have you seen this 2D game engine called Love? It's for Lua, and I've heard it's very good https://love2d.org/. - Source: Hacker News / 12 days ago
  • Lร–VE: 2D Game Framework for Lua
    The website might have been better, in the submission https://love2d.org. - Source: Hacker News / 4 months ago
  • Making Video Games in 2025 (without an engine)
    If you are willing to try out Lua there is Love[1]. Supports most common platforms on PC and mobile. [1] https://love2d.org/. - Source: Hacker News / 5 months ago
  • Fennel as Neovim Config
    The value prospect is simple: cross-compile to Lua. That simple idea has a lot of potential, especially since Lua is used in a lot of novel places. Now any Lua integration is a Fennel integration. From Neovim to game frameworks like Lร–VE. It's pretty awesome. - Source: dev.to / 7 months ago
  • Show HN: Vibe Coding a static site on a $25 Walmart Phone
    Anybody here have this phone? I'm curious to hear how well it runs https://love2d.org. There's an apk on that page that you can download and install. (And then if you could try out my https://akkartik.itch.io/carousel and report back, that would be even more helpful.). - Source: Hacker News / 7 months ago
  • The evolution of Lua, continued [pdf]
    Don't have tutorials or books, but I've had a ton of fun using Lua with LOVE2D [0] for gamedev, and also Redbean [1] for building super small portable web applications. Earlier this year, I built a mini CMS [2] inspired by rwtxt with Redbean. [0] https://love2d.org/ [1] https://redbean.dev [2] https://github.com/kevinfiol/beancms. - Source: Hacker News / 10 months ago
  • The Level Design Book
    Look into learning Lร–VE[1] and the Lua[2] programming language [1] https://love2d.org/ [2] https//lua.org. - Source: Hacker News / about 1 year ago
  • Free high-performance cross-platform game engine
    How does it compare to Lรถve 2D, other than shipping with a IDE? Looks like Defold supports more platforms, but I guess there are some strings attached since packaging games for various consoles usually come with very non-open dependencies. https://love2d.org/. - Source: Hacker News / over 1 year ago
  • What ((programming) language) should I learn this year, 2025 ?
    Reignite my Lua skills with Love2D, and maybe a little bit into [Luanti][launti]. - Source: dev.to / over 1 year ago
  • Spirit Hunter - Post-Mortem
    Early this year, I did game development with Love2D engine (relies on Lua language) and was inspired by its approach, so decided to make something similar myself for the competition. - Source: dev.to / almost 2 years ago
  • RPG Maker and Engine for Clojure
    I recently learned that the popular game Balatro was made in Lร–VE. I had never heard of it until then. But looks interesting. https://love2d.org. - Source: Hacker News / almost 2 years ago
  • LuaJIT PR: Add Support for RISC-V 64
    It's used in Lร–VE [0] (and Lร–VR [1] as well, I think) for this very reason. The Lua code for a game will be quite performant. --- [0]: https://love2d.org [1]: https://lovr.org. - Source: Hacker News / almost 2 years ago
  • Pyxel: A retro game engine for Python
    Check out https://love2d.org/ if you ever change your mind on that. - Source: Hacker News / about 2 years ago
  • What do I think about Lua after shipping a project with 60k lines of code?
    I have used it a long time ago but I don't remember ever touching C/C++. You can even make simple games without ever going low level thanks to https://love2d.org/! If I recall, most https://stabyourself.net/ games are based on love2d. If you're using Linux/MacOS, you can copy-paste these commands on the terminal and you should be settled:. - Source: Hacker News / about 2 years ago
  • What do I think about Lua after shipping a project with 60k lines of code?
    Love2D is popular (https://love2d.org/) Also Lua binaries are available here (https://luabinaries.sourceforge.net/) And a big list of Lua frameworks (https://github.com/uhub/awesome-lua [1] https://github.com/LuaJIT/LuaJIT. - Source: Hacker News / about 2 years ago
  • Ask HN: Yo wants to build a game, I'm lost. What can I do?
    I've built a few games with my son over the years. The fun part for us was all about fast iteration, and then laughing at the bugs together. There are some other recommendations here for how to approach 3d, and he is specifically asking for 3d -- but I want to put in one more pitch for 2d: the fun-to-tedium ratio can be much higher. I wonder if you could spend some time prototyping some of his ideas in Lร–VE... - Source: Hacker News / over 2 years ago
  • Show HN: A variant of Conway's Game of Life in color you can run on your phone
    * When a cell is born it randomly takes on the color of one of its (3) parents. To try it out: 1. Install Lร–VE for your device from https://love2d.org (~5MB and open source). (iOS requires building from source on a Mac, or installing the third-party Love2D Studio: https://love2d-studio.marknoteapp.com) 2. Install my Lua Carousel from https://akkartik.itch.io/carousel (~100KB). It includes all its source code and... - Source: Hacker News / over 2 years ago
  • Gearing up for Lua
    Probably the most important piece of software we'll be playing around with is a game engine called Lร–VE. Lua is well known around developer circles as being a good scripting language when it comes to making games, and this engine is one of the more popular. I'll be going through installation at the end of this post. - Source: dev.to / over 2 years ago
  • Original Sling'n'shoot Worms Game
    I got it โ€“ these are the steps I took: 1. Download Love from https://love2d.org/. - Source: Hacker News / over 2 years ago
  • Can't make my mind about which engine to use
    LibGDX is great, but I can understand if it's not for some people. This also applies to love2d, raylib and Monogame. Source: over 2 years ago
  • Ask HN: Released games built on FOSS engines?
    - Lรถve (doesn't have a separate page, but showcases a few games at the bottom of the page): https://love2d.org. - Source: Hacker News / almost 3 years ago

Do you know an article comparing LOVE 2D to other products?
Suggest a link to a post with product alternatives.

Suggest an article

LOVE 2D discussion

Log in or Post with

Is LOVE 2D good? This is an informative page that will help you find out. Moreover, you can review and discuss LOVE 2D here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.