awesome-love2d
A curated list of amazingly awesome LÖVE libraries, resources and shiny things. (by love2d-community)
blog
gamedev blog (by a327ex)
awesome-love2d | blog | |
---|---|---|
28 | 39 | |
3,648 | 2,963 | |
4.2% | - | |
7.6 | 4.6 | |
6 days ago | about 4 years ago | |
Creative Commons Zero v1.0 Universal | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
awesome-love2d
Posts with mentions or reviews of awesome-love2d.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-01.
-
what should I use to create games in lua? raylib vs love 2d
I tried both and honestly the experience with love is better because it's actually made for lua. There's a vscode extension for love, a ton of lua libraries etc.
-
Beginner question: is there any coding standard for documenting Lua functions or tables emulating OOP?
For OOP, look into metatables. I got started with Lua through Love2D and through that I found some OOP modules that are pretty helpful. Here’s a full list of them: https://github.com/love2d-community/awesome-love2d (I’ve been using classic with my projects)
-
What are the first game engines/frameworks that come to mind when you hear "code only?"
Such a great Lua gamedev framework! And there's lots of libraries in GitHub. Many collected on awesome-love2d so you don't have to build everything yourself.
-
ECS engine in C++ in Lua
love2d is open source and runs on PC and phones. Someone's even ported it to Nintendo3DS/Switch homebrew. nata is the ECS I use, but you can also checkout more libraries on awesome-love2d. I really enjoy using love2d (especially if you enjoy the engine building parts), but one caveat is that major version number bumps will break compatibility. It's usually easy to port and they deprecate functions long in advance. But there's lots of old libraries out there for older versions that won't just work on the latest love2d (like the code for Harvard's CS50 course).
- What are some good libraries for UI and other common needs nowadays?
-
Question about game menus and ui
This is example is just the simple version, a state managers can be very powerful, some examples can be found here
-
Can one make a Stardew Valley clone with Love2D?
I've used tiny ECS a bit, and I like it a lot. Check out this list
- Love2D vs Solar2D
-
How to make apps for mobile?
It depends on what you want to display that will dictate the limitations on how you can adjust to different resolutions. There are probably libraries that can help you with this.
-
how would u do this
Once you've done a few tutorials, you can start doing your own thing. Use the LÖVE Wiki (first link) to your advantage. It has the whole love API documented, and you'll probably need to have it open while you work. At this point, you can also look at this GitHub repository for a list of cool libraries that work with LÖVE.
blog
Posts with mentions or reviews of blog.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-17.
- Programming lessons learned from making my first game and why I'm writing my ow
-
Give your brain time to think and remember
In a similar vein, the developer of BYTEPATH used to use Github issues as their blog. I also thought it was clever. You even get a commenting and reaction system for free!
https://github.com/a327ex/blog/issues
-
Examples of games made in a few months that sold well?
a327ex/blog : blog from before his bytepath game, it has posts like "Thoughts on making small games", "The Indiepocalypse Isn't Real", "Roguelikes and Grinding", and "Luck Isn't Real"
-
Resources for making 2d game engine
As for resources, not sure on physical books, but here are a couple of resources I found useful when I started with it: Sheepolution Bytepath's Articles
-
Any good quality open-source games without game engine?
bytepath tutorial takes you through the creation of a game. Code seems fine, but I haven't looked at it that hard. Unlike most tutorials, it asks you to answer some questions yourself and to implement some content yourself. Seems like a good learning exercise and translating Lua -> C++ will keep you from cooypasting.
-
Indie game hits that were created and released without publishers?
a327ex/blog (pre snkrx blog on github)
-
Game scope too small for PC?
Thoughts on making small games
-
Making games
Instead of following tutorials, follow a game making lesson. Try something like the bytepath tutorial, use whatever language/framework you want, and figure out the details of how to make it all work. It will force you to work like a real programmer: googling for how to do things until you've retained enough to solve simple problems on your own (then you Google for harder solutions).
-
I found a curated list of project-based tutorials to help you learn
I've noticed lots of people on here feel like imposters because they don't know how to build something from scratch. If you want to practice building things from scratch, check this repo out. It has +70k stars on github, and covers over 20 different programming languages . The projects range from simple (todo list) to advanced (build an excel clone, C compiler, and even a game). I'm not affiliated with this repo, simply stumbled on it and thought of this community.
-
best game framework to learn?
There's the bytepath tutorial and Sheepolution tutorial .
What are some alternatives?
When comparing awesome-love2d and blog you can also consider the following projects:
awesome-lua - A curated list of quality Lua packages and resources.
javascript-todo-list-tutorial - ✅ A step-by-step complete beginner example/tutorial for building a Todo List App (TodoMVC) from scratch in JavaScript following Test Driven Development (TDD) best practice. 🌱
flecs-lua - Lua script host for flecs
SNKRX - A replayable arcade shooter where you control a snake of heroes.
classic - Tiny class module for Lua
cp - A pure Go physics library with no dependencies. Unofficial Chipmunk2D port.