<- Back
Comments (127)
- patapongOne of the biggest recent indie hits, Balatro, was made in Löve!I really like it, the developer experience is so smooth for beginners, just drag a zip onto the exe and it starts. And the APIs are simple enough to memorize while allowing pretty cool rendering stuff.
- PufPufPufI used LÖVE to build a simple Kodi alternative for my home media center setup. My first attempt was using Electron but rewriting to LÖVE meant much simpler code (turns out manually calculating coordinates is simpler than fighting CSS) and less resource consumption (not a high bar, yes). It works so well I might clean it up and open source it...
- nebula8804Anyone who is a fan of the TV Show Community MUST try out the recreation of the 8 bit video game episode(Digital Estate Planning) called Journey to the Center of Hawkthorne.[1]: https://projecthawkthorne.com/It is now available to play straight in the browser(I guess using LÖVE Web Builder?).[1]:https://schellingb.github.io/LoveWebBuilder/This engine has really come a long way and enabled such a memorable game for me.
- wwarrenI love LÖVE. For me it sits at the perfect intersection between high and low level abstraction. Unfortunately the latest released version is getting pretty long in the tooth now and a lot of devs use the latest HEAD from the repo since it has better performance and compatibility. One day the mythical 12.0 will get released for real…..
- PacificSpecificI generally very much dislike dynamic languages but for some reason I've always really liked Lua. I'm not exactly sure why to be honest.Maybe because you can fit the whole language spec on a single sheet of paper and adding more advanced features is pretty easy.Love looks really cool. I never got into it personally but I still might
- marknoteFor anyone looking to code LÖVE2D games directly on an iOS device, I’ve created an app called love2d-studio: https://marknoteapp.com/love2d-studio
- yehoshuapwmy favorite game in love: mario, with portalshttps://stabyourself.net/mari0/
- 0xCAPMy2c. Fintech tech lead who has only a far memory of hand coding games ages ago. Community makes tech awesome. Love2D discord changed my life. Never met a more awesome and welcoming community in my whole life.
- rwbtI use this framework to build prototype applications and it's always a delight. Something about Lua just feels right. Once I'm satisfied with a demo or prototype, I later on port it to native C/C++ implementation.
- raincoleBtw, Love2D is based on SDL2. If you hate Lua but needs the same cross-platform capabilities, you can use an SDL2 binding in other languages or make your own.
- K0INI love löve I did some projects in it, lua was one of my fist programming language, i think it's a great fit for game dev.Also move or die is running on love2d, which is an awesome game.Also I love that trick that you can just zip your files and binary Comcast them to the love2d binary and it will load it.
- JSR_FDEDLua is very fast - even without the JIT it makes Python feel like wading through molasses.Lua is so small and simple (but not simplistic) that you can keep it completely in your head. Even if you only get to work on your project once every weekend you won’t have to relearn half of it every time.
- chunqiuyiyuI’m a big fan of Love2D as well. it’s simple, efficient, and really easy to get productive with. After just a short learning period, I was able to ship my first indie game on Steam, a small Chinese‑character puzzle game built entirely with Love2D. https://store.steampowered.com/app/4218330/WordJoy/
- kelvinjps10The website might have been better, in the submission https://love2d.org
- noutAm I really the first one to mention pico8 in this thread? Anyway, pico8 is another option that has a bit different spin, but you also implement the games in Lua :)
- p2detarAs someone that used to write 2D games with things like phaserjs, sdl and even directx7, I always regret I never tried Löve2d. I think Android and iOS packaging was also supported. Is this still the case? What if one wants to integrate IAP?
- chadpaulsonI love this framework, pun intended. I made a clone of Atari's Missile Command with it many years ago when the Portal / Mario mashup game made with LÖVE was popular. https://github.com/chadpaulson/missile-command
- 1313ed01Was going to post a link to the minimal template for setting up Löve2D with Fennel, that I can really recommend, and found this recent article describing that...https://itch.io/jam/love2d-jam-2026/topic/6082771/how-to-get...... posted in the site of the 2026 Löve2D Game Jam, that sounds like something also worth mentioning: https://itch.io/jam/love2d-jam-2026Too late to enter. Jam was last month. But there are 47 games to check out there, plus many from previous years.
- herczegzsoltI've used this for many projects that are still working to this day.That said, i'm not impressed. A web-based solution is usually better performing, despite all the bloatware necessary. This says a lot about the state of software development unfortunately.
- alprado50Is Love2D a decent option for gamedev compared to Godot? I finished a really simple game using Unity3D and it was fun, but it sucks to use a closed source engine.
- pmarreckI need something like this but for cross platform utilities
- anthkUXN can be interesting for 2D games too.
- VorpalWayHow is it supposed to be pronounced? Is it just gratuitous diacritics? Or should I pronounce it in my native Swedish (where the names makes me think of leaves rather than love)?(Throwing diacritics on English words look extremely silly to me, since I know how åäö are supposed to be pronounced. It makes something like Motorhead just sound laughable rather than metal.)
- SilentM68Interesting framework :)
- davidkunzI haven't tried Löve, but I somehow enjoyed reading through the README.md, no AI slop, just a natural writing style with tiny indictors showing the authors' enthusiasm in creating software.
- marcomezzavilla[dead]