awesome-love2d

Game development library

A curated collection of reusable components and tools for building 2D games with the LÖVE framework.

A curated list of amazingly awesome LÖVE libraries, resources and shiny things.

GitHub

3k stars
125 watching
209 forks
last commit: almost 2 years ago
Linked from 6 awesome lists

awesomeawesome-listgame-developmentlove2dlua

Awesome Löve / 3D

3DreamEngine396over 3 years agoAn awesome 3D engine for LÖVE
anim929over 6 years ago3D skeletal animation library (design to be used with IQM and IQE)
Brinevector3D10about 7 years agoFFI-enabled vector library for 3D (x,y,z)
bump-3dpd77about 6 years agoA 3D collision detection library for Lua
IQE8about 11 years agoInter-Quake Export loader (text)
IQM37over 5 years agoInter-Quake Model loader (binary)
love-gltfGltf asset loader and test renderer; Supports skeletal animations and morph targets
Lovox52about 8 years agoPseudo-3D library for working with voxels
g3d578over 2 years agoSimple and easy 3D engine for LÖVE
Menori162about 2 years agoLibrary for 3D rendering with LÖVE

Awesome Löve / AI

Jumper620almost 4 years agoGrid-based pathfinding library
Lua-star69about 5 years agoEasy and pure Lua A* path finding
astar14almost 3 years agoAn other A* library. Any map (grid, point, mesh or infinite map) and support path cost
pathfunPure Lua library for 2D pathfinding using the funnel algorithm
beehive.lua15over 4 years agoA functional behavior tree implementation
Luafinding34almost 4 years agoClass-based A* implementation written purely in Lua

Awesome Löve / Animation

andross32over 8 years agoA Lua library for 2D skeletal/bone animations with a Löve backend
anim8755over 4 years agoAnimation library
animx24almost 5 years agoA featureful Animation library for loading animations from XML files!
Aseprite loader39about 3 years agoComplete ase/aseprite file loader (no json)
chiro27over 8 years agoConvenience wrapper around
Peachy106over 4 years agoA parser/renderer for Aseprite animations in LÖVE
skeletor24over 7 years ago2D skeletal animation system
Walt58over 4 years agoAnimation library
Lump20about 10 years agoAdobe Flash animation runtime
lovanim32almost 7 years agoA minimal stateful animation library
SYSL-Text89about 2 years agoText animation and automatic wrapping library based on tags

Awesome Löve / Camera

Brady60over 6 years agoCamera library with parallax scrolling
cam11Camera library that leverages the Transform object introduced in love2d 11.0+
Editgrid48about 7 years agoGamera and HUMP compatible scaling grid
gamera260about 5 years agoCamera system
hump.cameraCamera library with window locking and smooth camera movement interpolation
parallax14over 4 years agoParallax scrolling with any camera system; seamlessly tile background images

Awesome Löve / Development

FPSGraph18over 12 years agoSmall FPS graphing utility
debugGraph34about 9 years agoSmall OO FPS graphing utillity based on FPSGraph
Lovebird294over 5 years agoBrowser-based debug console
LoveDebug35about 6 years agoInline console-like debugger utility
lurker292about 3 years agoAuto-swaps changed Lua files in a running game
LÖVE API305almost 2 years agoThe complete API documentation of LÖVE in a Lua table
LÖVE Build54almost 4 years agoGitHub Action for automated cross-platform builds
LÖVE TypeScript Definitions117almost 2 years agoWrite LÖVE games with TypeScript
lovelier24over 5 years agoA LÖVE live reloader with Moonscript support
loveprofiler7about 2 years agoLoveProfiler is an extremely simple logger and profiler
vudu39almost 2 years agoBroad in-game debugging gui with a console, variable browser/editor, speed controls, and more

Awesome Löve / Drawing

Artal42over 8 years agoA .PSD parsing library for LÖVE
Autobatch108about 8 years agoSmall LÖVE module to automate the use of SpriteBatches
center13over 4 years agoA simple module to dynamically align and fit content to screens of any size
deep77almost 2 years agoAdds Z axis; allows you to queue actions and draw calls
draft47over 7 years agoA module for drawing complex shapes
grove.draworder13over 5 years agoSimilar to deep, but you can set a custom sorting method and create multiple, nestable instances
Hot particles46over 4 years ago"Hot Particles is a particle editor for the LÖVE game framework."
HSLUV45over 3 years agoLua implementation of HSLuv (a human-friendly alternative to HSL)
Maid6454about 6 years agoLow resolution scaler for LÖVE
Push500almost 3 years agoA simple resolution-handling library for LÖVE
renderplanet20almost 9 years agoRealistic orthographic planet rendering
Resolution Solution29almost 2 years agoScale library, that help you add resolution support to your games!
svglover52over 6 years agoLibrary to import and display simple SVGs in LÖVE
SYSL-Pixel29over 6 years agoPixel art focused scaler for graphics, position, screen-captures and shaders
Sölar8over 9 years agoA fairly simple solar system simulator
Tove2d172about 6 years agoAnimated vector graphics for LÖVE
turtle.lua95almost 6 years agoTurtle graphics library for LÖVE
Runtime-TextureAtlas18over 4 years agoTexture atlas packer and renderer at runtime; no external tools
Export-TextureAtlas6over 4 years agoExtends Runtime-TextureAtlas as a commandline tool to export an atlas

Awesome Löve / Entity

adorbs32over 6 years agoMinimal, Functional Entity Component System
Concord233about 2 years agoA feature-complete ECS library
ecs-lua166about 2 years agoECS Lua is a fast and easy to use ECS (Entity Component System) engine for game development
knife.system452about 8 years agoMinimalist functional ECS
nata44over 5 years agoHybrid OOP/ECS entity management
tiny-ecs690over 3 years agoEntity Component System for Lua that's simple, flexible, and useful

Awesome Löve / Helpers

astray142almost 2 years agoAstray is a lua based maze, room and dungeon generation library for dungeon crawlers and roguelike video games
batteries357almost 2 years agoFills out lua's sparse standard library and provides implementations of common algorithms and data structures useful for games
cartographer73almost 6 years agoSmall Tiled map loader and drawer
clove26about 3 years agoA helper library which allows you to quickly loads huge amount of assets
grove.color13over 5 years agoBlend, convert and interpolate colors using 'color objects'
hump76over 3 years agoCollection of tools for developing games with LÖVE (Gamestates, Timers/Tweens, Vectors, Classes, Signals, Cameras)
iffy26about 6 years agoA SpriteSheet and Tileset helper library for LÖVE
knife452about 8 years agoCollection of useful micro-modules for Lua (Class, State Machines, Bind, Chain, Coroutines, Event, Memoize, Entity, Tests, Timer)
shard18over 7 years agoCollection of useful mini modules
lovely-windows16over 7 years agoA Window/Screen Manager Module for virtual windows
love-state-switcher10over 9 years agoState switcher class for Lua LÖVE Engine
lua-state-machine356over 2 years agoLua Finite State Machine
lue44about 3 years agoLue is a LÖVE library that allows you to display hue color effects in your game
lume1,027almost 3 years agoCollection of functions for Lua, geared towards game development
Manami46almost 2 years agoAn improved "reflowprint" with UTF-8, multicolor, and justify support
narrator133over 2 years agoAn Ink narrative scripting language parser and runtime implementation
reflowprint46over 6 years agoA library designed for alignment of text that is shown one character at a time
roomy50almost 6 years agoScreen management library for LÖVE
rotLove262over 4 years agoRoguelike Toolkit in LÖVE. A LÖVE/lua port of rot.js
YAS2over 3 years agoYet Another Screen manager
SceneMan0almost 3 years agoA simple, but powerful scene/gamestate manager that uses a stack, allowing you to run multiple scenes at once
Scenery24over 2 years agoA dead simple scene/state management system
ScreenManager33almost 9 years agoScreen/State Management for the LÖVE framework
shack62over 10 years agoShack is a LÖVE library that lets you easily add screen effects such as shake and rotation
Simple Tiled Implementation866over 2 years agoTiled map loader and renderer
Vivid58over 6 years agoColor math, manipulation and conversion library
Yonder16over 6 years agoA ridiculously easy to use game state management library for LOVE2D
GameStateManager10almost 2 years agoA lightweight, optimized, and easy-to-implement solution for efficient game state management
Love dialogue19almost 2 years agoSimple to use Dialogue Library for Love2d with custom scripting language for dialogues

Awesome Löve / Input

baton215almost 4 years agoInput library for LÖVE that bridges the gap between keyboard and gamepad controls
GamepadGuesser8over 4 years agoGet the right button icons for gamepads; load updated gamepad db
input4over 5 years agoSimple and powerful input library. support check operation time, sequence
Kazari10almost 4 years agoMultitouch gesture and input library
love-microphone60almost 9 years agoSimple microphone support for LÖVE
LoveKeys10almost 3 years agoA simple input handeling library that keeps track of things for you
Swipe5over 4 years agoA simple radial keyboard library
tactile52almost 9 years agoA straightforward and flexible input library

Awesome Löve / Lighting

lighter37about 3 years agoA performant dynamic light implementation with a simple API
Shädows170about 6 years agoA Shadows & Lights engine for LÖVE
Light World225almost 5 years agoA lighting model
Simple Love Lights26over 6 years agoA very simple raycasting light implementation
Light15about 7 years agoA simple dynamic light implementation

Awesome Löve / Math

Bresenham15over 9 years agoBresenham's line algorithm written in Lua
brinevector53about 4 years agoStandalone lightweight luajit ffi-accelerated 2D vector library for great performance
Cirno's Perfect Math Library308almost 3 years agoMath/intersection library designed for games
delaunay108almost 9 years agoDelaunay triangulation for convex polygons
hump.vectorPowerful 2D vector class
MLib83over 2 years agoMath and shape-intersection detection library written in Lua. It's aim is to be robust and easy to use
nvec46almost 2 years agoHump.vector-compatible LuaJIT FFI-accelerated 2D vector library
shash72over 4 years agoA simple, lightweight spatial hash for Lua
vector.lua47almost 2 years agoA simple vector library based on the PVector class from processing

Awesome Löve / Music

denver84over 10 years agoA Löve custom waveform generation library
lovebpm79about 5 years agoA LÖVE library for syncing events to the BPM of an audio track
ripple42over 3 years agoAn audio manager with tagging support
wave92over 8 years agoA sound manager with audio parsing and rhythm functionalities

Awesome Löve / Networking

Grease113almost 10 years agoNetworking library intended to make networking easy for lovers (TCP, UDP, Enet). (IPv6)
LoverNet56over 7 years agoA networking library that leverages bitser and enet. (IPv4)
NoobHub324about 2 years agoOpenSource multiplayer and network messaging. (IPv6)
Sock.lua176over 5 years agoA Lua networking library for LÖVE games. (IPv4)
löve-ws24almost 8 years agoA websocket client and server library
love2d-lua-websocket39almost 5 years agoA simple event-driven websocket client library. (IPv4)

Awesome Löve / OO

30log459over 5 years agoMinified framework for object-orientation in Lua. It features named (and unnamed) classes, single inheritance and a basic support for mixins
classic875over 4 years agoTiny class module for Lua. Attempts to stay simple and provide decent performance by avoiding unnecessary over-abstraction
hump.classSmall, fast class/prototype implementation with multiple inheritance (class-commons)
knife.base452about 8 years agoExtremely minimal base class providing single inheritance and constructors
middleclass1,776over 3 years agoSimple OOP library for Lua; has inheritance, metamethods (operators), class variables and weak mixin support (class-commons)
muun7over 5 years agoMoonscript compatible class implementation
selene24almost 4 years agoProject template for writing games in Moonscript instead of Lua without precompiling
Object-Library3almost 2 years agoObjectLibrary is a simple library for the LÖVE2D game engine that allows users to create objects with collision detection and optional textures
LowerClass2almost 2 years agoA MiddleClass Inspired library with extended features

Awesome Löve / Performance

AppleCake24almost 2 years agoProfiling library for LÖVE, with detailed profiling and thread support
jprof92almost 2 years agoProfiling library/tool for LÖVE
Piefiller23about 9 years agoGraphical profiler for LÖVE
ProFiA simple lua profiler that works with LuaJIT and prints a pretty report file in columns

Awesome Löve / Physics

breezefield81about 2 years agoA lightweight and easy love.physics wrapper (windfield alternative)
Bump948almost 3 years agoCollision detection library for Lua
HCCollision detection with arbitrary polygons; allows rotation of objects
loveblobsA softbody library with support for both dynamic and static arbitrary softbodies
Strike28about 3 years ago2D collision detection library. Extendable, based on Separating-Axis-Theorem

Awesome Löve / Platforms

LoveDos677over 9 years agoA Lua framework for 2D DOS games, implementing a subset of the LÖVE API
LoveFTWWork-in-progress port to Windows phone 8.1
LÖVE Potion557almost 2 years agoUnofficial implementation of the LÖVE for Nintendo (3DS, Switch and Wii U) Homebrew
LOVE-WrapLua38about 5 years agoA small and simple wrapper for OneLua, lpp-vita, and Lua Player PS3
Love.js637over 2 years agoLÖVE ported to the web using Emscripten
LÖVR2,007almost 2 years agoLÖVE for virtual reality devices

Awesome Löve / Publishing

Love-Snap-Template24over 9 years agoA template for packaging LÖVE games for distribution in the Snappy Store
AppImageKit8,807almost 2 years agoUsing AppImageKit you can package LÖVE games as AppImages that run on common Linux-based operating systems, such as RHEL, CentOS, Ubuntu, Fedora, debian and derivatives; one game = one file

Awesome Löve / Serialization

arson10over 3 years agoCompanion library for registering custom data types that can be encoded and decoded by json.lua
binser200over 3 years agoCustomizable Lua Serializer
bitser159about 4 years agoSerializes and deserializes Lua values with LuaJIT
cdata30about 11 years agoSerialize between Lua data and C data using LuaJIT's FFI
knife.serialize452about 8 years agoSerialize data as a Lua script
Lady37over 10 years agoSaving and loading savegames; based on Ser
moonblob30over 2 years agoBinary serialization and data parsing library
Ser76over 10 years agoFast, robust, richly-featured table serialization library for Lua
Smallfolk21over 10 years agoA fast, robust, secure, richly-featured table serialization library for Lua
trickle31over 6 years agoA bitstream library focused on high compression for use in networking

Awesome Löve / Shaders

LoveShaderConverter76about 10 years agoConvert Shadertoy Shader files to LÖVE GLSL Files with handy utilities for infinite purposes
ngrading46almost 2 years agoSimple color grading library
Shadertoy viewerRun code copied from shadertoy directly or output the converted code to a LÖVE shader
Moonshine571over 2 years agoRepository of common post-processing effects like blur, vignette, color-grading, etc
ShaderScan7about 3 years agoAdds hot reload, includes, and better error messages for faster shader iteration

Awesome Löve / Testing

busted1,440almost 2 years agoSimple unit-testing framework with customizable assertions
knife.test452about 8 years agoFixture-free test framework
Luassert209almost 2 years agoExtends with additional, customizable tests
Lunatest84over 4 years agoxUnit-style randomized unit testing framework
lust112almost 2 years agoMinimal test framework
SpeclBehavior Driven Development (BDD) tool
TelescopeHighly-customizable BDD-style testing library

Awesome Löve / Tweening

Flux397almost 6 years agoA fast, lightweight tweening library for Lua
hump.timerTimer and tweening library with flexible tweening methods
knife.timer452about 8 years agoCreate timers and tweens with ease
NAniTe46almost 2 years agoTimeline-based animation system that supports forward and backward update
tick142over 11 years agoLua module for delaying function calls
tween.lua590over 3 years agoTweening/Easing/Interpolating functions for Lua inspired on jQuery's animate method

Awesome Löve / UI

CatUI106over 4 years agoA very light-weight GUI library for LÖVE
cimgui-loveLÖVE module for Dear ImGui obtained by wrapping cimgui (programmatically generated C-api) using LuaJIT FFI, easy to update to the latest Dear Imgui version
GOOi220about 3 years agoAndroid-oriented GUI library
GspötA stateful GUI lib for LÖVE
HankerMaximalist immediate mode-ish UI elements; gamepad-friendly
Helium101over 4 years agoA modern, customizable, high performance retained UI framework
Layouter14over 2 years agoA simple UI library for LÖVE 2D game engine
ListBox14over 9 years agoA dynamic ListBox for LÖVE that supports touch, mouse, and keyboard inputs
LoveFrames Fork123about 2 years ago11.2 Fork of a GUI library
Love Imgui323almost 3 years agoImgui module for the LÖVE game engine
Löve-Nuklear352about 3 years agoLightweight immediate mode GUI for LÖVE games
Lovely ToastsFloating speech bubbles with text of your choice
lovr-ui2d38about 2 years agoAn immediate mode GUI library for LÖVR and LÖVE
LynxVery-lightweight list-based UI library
NLay46almost 2 years agoFlexible layouting library
Patchy35over 7 years ago9patch library
Slicy10over 4 years agoA newer 9patch/9slice library fixing some issues with Patchy
Plan24almost 3 years agoA super simple Rule-based layout library
PolywellA highly-configurable text editor / coding tool written in Lua that runs on the LÖVE game engine
SafeWord4about 11 years agoAn overscan detection library for LÖVE
Slab299over 2 years agoSlab is an immediate mode GUI toolkit for the LÖVE framework
SUIT464about 3 years agoSmall immediate mode GUI library
TuxRedux1almost 2 years agoAn immediate-mode UI system for LOVE2D inspired by SUIT
YALG10about 6 years agoA very simple, cross-platform, reactive UI for last minute UIs
YUIDeclarative UI library for LÖVE
Inky48over 2 years agoAny-purpose GUI framework
Badar 🌕27almost 2 years agoSimple for easy components compositions
MeowUI7almost 2 years agoExtensible library written in MoonScript that enables you to create your own GUI controls based on provided core modules for Löve2D

Awesome Löve / Utilities

andromeda2about 2 years agoAsset database and loader for love
ArrayRotationRotation of two dimensional arrays (square and non-square)
bar128-love1over 2 years agoBarcode rendering library for LÖVE
cargo165over 6 years agoAsset manager
chance.luaLibrary for generating random data
colorchanger3over 4 years agoChange the colors in your LÖVE game
Flirt13almost 8 years agoLÖVE version manager; allows to switch between multiple versions of engine on same machine
GifCat48almost 4 years agoA simple module for saving gifs from LÖVE
hex2color6almost 7 years agoA single function to use HEX color values
i18n24about 11 years agoInternationalization library designed to help localize your game
Ini Parser17almost 4 years agoGeneral purpose ini configuration parser
KeyedArray0about 2 years agoA special data structure where items can be found by their position or key. Similar to an ordered dictionary
log.lua315about 3 years agoLibrary for configurable log output
love-loader133almost 3 years agoThreaded resource loading
love-qrcode1about 2 years agoQR Code rendering library for LÖVE
love2d-assets-loader37over 5 years agoAssets Loader
love-pe16over 8 years agoA tool made in LÖVE for changing LÖVE icon itself
lovely-engine9about 5 years agoA tool that makes setting up and using LÖVE easier and with Moonscript support
Lily106over 4 years agoAsync Asset Loader
LuaRequireExtended1over 2 years agoA Lua module that lets you require files with input parameters and multiple output values
luasteam137about 2 years agoLua bindings for the Steamworks API
Luvent76about 11 years agoSimple event-driven programming
nativefiledialog15over 9 years agoOpen a file picker on Windows/Mac/Linux
nativefs39over 2 years agoRead and write files outside of LÖVE's allowed paths
ParticleEditor3over 8 years agoAn editor of particle for LÖVE
particle-system-playground13almost 7 years agoA basic LÖVE particle system editor
require.lua10almost 5 years agoRequire all files in a folder
splashy41almost 3 years agoSplash Screen Library
ShakeDetectorLua5over 7 years agoUses accelerometer data for shake device detection written in Lua
text2.loveFull-featured text editor for prose (not code)
tick80over 5 years agoUseful timing tweaks for LÖVE's run loop
servelove2almost 2 years agoA web server library that runs on love

Awesome Löve / Tutorials

learn2loveBook for learning programming with Lua and LÖVE (Version 11.0+)
Using Tiled Maps in LÖVEAn article about using maps created with Tiled in your LÖVE game
Tutorial on making an Arkanoid-type game207over 8 years agoA complete tutorial on how to make a breakout clone by nooowaay
Simple Game TutorialsTutorials for making simple games with LÖVE (Snake, Sokoban, Tetris, etc.)
How to LÖVEA book by Sheepolution teaching LÖVE from the ground up
CS50 Introduction to Game DevelopmentHarvard Colleges CS50 OpenCourseWare
Building love2d games for the web with love.js and DockerA tutorial on packaging LÖVE games for the web

Awesome Löve / IDEs

BracketsA modern, open source text editor by Adobe (obsolete)

Awesome Löve / IDEs / Brackets

Lua Syntax Highlighter4over 3 years agoAdd Lua syntax highlighting in Brackets
LÖVE Hints for Brackets.ioProvides LÖVE code hints
Run LÖVE4over 8 years agoRun LÖVE projects with a hotkey

Awesome Löve / IDEs

ZeroBrane StudioZeroBrane Studio is a lightweight Lua IDE with code completion, syntax highlighting, live coding, code analyzer, and debugging support

Awesome Löve / IDEs / ZeroBrane Studio

API Syntax Hightlight10over 7 years agoScript to add LOVE API syntax highlighting to ZBS

Awesome Löve / IDEs

IntelliJ IDEACapable and Ergonomic Java IDE

Awesome Löve / IDEs / IntelliJ IDEA

EmmyLua642almost 2 years agoLua IDE/Debugger Plugin for VSCode
LÖVE IDEA59over 3 years agoSnippets and code completion for IntelliJ-IDEA

Awesome Löve / IDEs

VimVim is a highly configurable text editor built to make creating and changing any kind of text very efficient

Awesome Löve / IDEs / Vim

Vim LOVE Docs52about 6 years agoSyntax highlighting for Vim

Awesome Löve / IDEs

Notepad++Notepad++ is a free source code editor and Notepad replacement that supports several languages

Awesome Löve / IDEs / Notepad++

LÖVE API for Notepad++12almost 10 years agoCode completion and documentation for Notepad++

Awesome Löve / IDEs

Visual Studio CodeVS Code is a new type of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle

Awesome Löve / IDEs / Visual Studio Code

Visual Studio Code LÖVE LauncherA Löve Launcher Extension for Visual Studio Code
Lua for Visual Studio CodeProvides Intellisense and Linting for Lua in VSCode
Local Lua DebuggerSimple Lua debugger with no dependencies. Löve specific launch.json example provided

Awesome Löve / IDEs

Sublime TextSublime Text is a sophisticated text editor for code, markup and prose. You'll love the slick user interface, extraordinary features and amazing performance

Awesome Löve / IDEs / Sublime Text

Package ManagerThe Sublime Text package manager that makes it exceedingly simple to find, install and keep packages up-to-date
SublimeLoveSupports syntax highlighting, auto-completion, and build system
SublimeLinter-luacheckProvides linting and static analysis of your Lua code

Awesome Löve / IDEs

PulsarHackable text editor based on the extinct Atom; Has great support and auto-completion works nicely, but for now lacks error highlighting

Awesome Löve / IDEs / Pulsar

autocomplete-love0over 3 years agoAuto-complete and snippets for LÖVE
love-ide57over 3 years agoAuto-installs several utilities for writing Love2D games in Pulsar
language-lua66about 7 years agoAdd syntax highlighting and snippets to lua files
atom-autocomplete-lua35almost 6 years agoAutocomplete for Lua

Awesome Löve / IDEs

ZedZed is a next-generation code editor designed for high-performance written in rust

Awesome Löve / IDEs / Zed

love2z6almost 2 years agoAlejandro's Beta typing hints for Zed
love2d22almost 2 years agoLuaCATS typing hints for the lua language server

Awesome Löve / Distribution

lover12almost 2 years agoBringing the joys of rust's package manager ( ) to love
LÖVE ActionsBuild & deploy cross-platform game packages on popular platforms. Supports Android, iOS, Linux, maxOS, Windows
love-packager12about 4 years agoSimple CLI to package your LÖVE Game in seconds
boon145over 2 years agoMulti-platform, easy to use tool supporting Windows, macOS, Linux
love-export52over 6 years agoFast and simple command-line tool that builds binaries for you. Supports Windows, macOS, and Linux
love-release457about 2 years agoA Lua script that automates game distribution. Supports Windows, macOS, Debian, Linux
lovesfx7about 2 years agoPacks love games in a single file for windows
makelove148over 2 years agoAdvanced multi-platform tool to fuse your game written in Python 3. Supports Windows and Linux with AppImage
love-build25about 2 years agoDownloadable application (made in LÖVE!) that can build games for Windows, macOS, and Linux regardless of your own OS
love-deploy12over 2 years agoBuild and deploy games on itch.io (supports windows and web exports)
love-fuser17about 3 years agoPackages LÖVE Games using GitHub Actions. Supports Windows, Linux, and Android
awesome-lua4,016about 2 years agoA list like this one, but more general and encompassing all of Lua's uses
awesome-love-shaders84almost 11 years agoA collection of shaders designed to work in LÖVE
awesome-pico82,655over 2 years agoA curated list of PICO-8 resources, tutorials, tools and more

Backlinks from these awesome lists:

More related projects: