Track Awesome Love2d Updates Weekly
A curated list of amazingly awesome LÖVE libraries, resources and shiny things.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 love2d-community/awesome-love2d · ⭐ 3.3K · 🏷️ Gaming
Oct 14 - Oct 20, 2024
UI
- MeowUI (⭐7) - Extensible library written in MoonScript that enables you to create your own GUI controls based on provided core modules for Löve2D.
Oct 07 - Oct 13, 2024
Utilities
- text2.love - Full-featured text editor for prose (not code).
IDEs
- Zed - Zed is a next-generation code editor designed for high-performance written in rust.
- love2z (⭐1) - Alejandro's Beta typing hints for Zed.
- love2d (⭐16) - LuaCATS typing hints for the lua language server.
Sep 09 - Sep 15, 2024
UI
- lovr-ui2d (⭐30) - An immediate mode GUI library for LÖVR and LÖVE.
Aug 26 - Sep 01, 2024
Helpers
- SceneMan (⭐0) - A simple, but powerful scene/gamestate manager that uses a stack, allowing you to run multiple scenes at once.
UI
- TuxRedux (⭐1) - An immediate-mode UI system for LOVE2D inspired by SUIT.
Utilities
- andromeda (⭐2) - Asset database and loader for love.
- KeyedArray (⭐0) - A special data structure where items can be found by their position or key. Similar to an ordered dictionary.
- LuaRequireExtended (⭐1) - A Lua module that lets you require files with input parameters and multiple output values.
Distribution
- lovesfx (⭐6) - Packs love games in a single file for windows.
- love-build (⭐19) - Downloadable application (made in LÖVE!) that can build games for Windows, macOS, and Linux regardless of your own OS.
Jul 15 - Jul 21, 2024
Utilities
- bar128-love (⭐1) - Barcode rendering library for LÖVE.
- love-qrcode (⭐1) - QR Code rendering library for LÖVE.
IDEs
- Pulsar - Hackable text editor based on the extinct Atom; Has great support and auto-completion works nicely, but for now lacks error highlighting.
- autocomplete-love (⭐0) - Auto-complete and snippets for LÖVE.
- love-ide (⭐56) - Auto-installs several utilities for writing Love2D games in Pulsar.
- language-lua (⭐66) - Add syntax highlighting and snippets to lua files.
- atom-autocomplete-lua (⭐35) - Autocomplete for Lua.
May 06 - May 12, 2024
Drawing
- Hot particles (⭐43) - "Hot Particles is a particle editor for the LÖVE game framework."
UI
- Lovely Toasts - Floating speech bubbles with text of your choice.
- Badar 🌕 (⭐21) - Simple custom UI syntax for easy components compositions.
Apr 01 - Apr 07, 2024
Helpers
- GameStateManager (⭐9) - A lightweight, optimized, and easy-to-implement solution for efficient game state management.
Dec 25 - Dec 31, 2023
AI
- pathfun - Pure Lua library for 2D pathfinding using the funnel algorithm.
Platforms
- LÖVE Potion (⭐538) - Unofficial implementation of the LÖVE for Nintendo (3DS, Switch and Wii U) Homebrew.
UI
- cimgui-love - LÖ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.
Sep 25 - Oct 01, 2023
AI
- Luafinding (⭐33) - Class-based A* implementation written purely in Lua.
Camera
- parallax (⭐14) - Parallax scrolling with any camera system; seamlessly tile background images.
Input
- GamepadGuesser (⭐7) - Get the right button icons for gamepads; load updated gamepad db.
Shaders
- ShaderScan (⭐7) - Adds hot reload, includes, and better error messages for faster shader iteration.
UI
- Layouter (⭐13) - A simple UI grid layout library for LÖVE 2D game engine.
May 01 - May 07, 2023
Development
- LoveDebug (⭐35) - Inline console-like debugger utility.
Mar 13 - Mar 19, 2023
3D
- Menori (⭐153) - Library for 3D rendering with LÖVE.
Helpers
- Manami (⭐43) - An improved "reflowprint" with UTF-8, multicolor, and justify support.
UI
- Inky (⭐50) - Any-purpose GUI framework.
Mar 06 - Mar 12, 2023
Development
- vudu (⭐37) - Broad in-game debugging gui with a console, variable browser/editor, speed controls, and more.
Jan 23 - Jan 29, 2023
AI
- beehive.lua (⭐15) - A functional behavior tree implementation.
Dec 26 - Jan 01, 2022
Helpers
- YAS (⭐2) - Yet Another Screen manager.
Dec 05 - Dec 11, 2022
Development
- loveprofiler (⭐7) - LoveProfiler is an extremely simple logger and profiler.
Drawing
- Resolution Solution (⭐26) - Scale library, that help you add resolution support to your games!
Entity
- ecs-lua (⭐157) - ECS Lua is a fast and easy to use ECS (Entity Component System) engine for game development.
Helpers
- lua-state-machine (⭐351) - Lua Finite State Machine.
- Scenery (⭐20) - A dead simple scene/state management system.
Input
- Kazari (⭐10) - Multitouch gesture and input library.
Tweening
- NAniTe (⭐43) - Timeline-based animation system that supports forward and backward update.
UI
- YUI - Declarative UI library for LÖVE.
Nov 14 - Nov 20, 2022
Distribution
- LÖVE Actions - Build & deploy cross-platform game packages on ALL popular platforms. Supports Android, iOS, Linux, maxOS, Windows.
Jun 13 - Jun 19, 2022
Camera
- cam11 - Camera library that leverages the Transform object introduced in love2d 11.0+.
May 30 - Jun 05, 2022
UI
- Slicy (⭐9) - A newer 9patch/9slice library fixing some issues with Patchy.
May 16 - May 22, 2022
Utilities
- nativefs (⭐36) - Read and write files outside of LÖVE's allowed paths.
Apr 25 - May 01, 2022
Distribution
- love-fuser (⭐16) - Packages LÖVE Games using GitHub Actions. Supports Windows, Linux, and Android.
Mar 21 - Mar 27, 2022
Drawing
- grove.draworder (⭐13) - Similar to deep, but you can set a custom sorting method and create multiple, nestable instances.
Helpers
- grove.color (⭐13) - Blend, convert and interpolate colors using 'color objects'.
Performance
- AppleCake (⭐25) - Profiling library for LÖVE, with detailed profiling and thread support.
Feb 28 - Mar 06, 2022
Animation
- Aseprite loader (⭐39) - Complete ase/aseprite file loader (no json).
Distribution
- love-packager (⭐12) - Simple CLI to package your LÖVE Game in seconds.
Feb 07 - Feb 13, 2022
Input
- Swipe (⭐5) - A simple radial keyboard library.
UI
- Helium (⭐97) - A modern, customizable, high performance retained UI framework.
- ListBox (⭐14) - A dynamic ListBox for LÖVE that supports touch, mouse, and keyboard inputs.
- Lynx - Very-lightweight list-based UI library.
- Plan (⭐23) - A super simple Rule-based layout library.
Jan 17 - Jan 23, 2022
3D
- anim9 (⭐29) - 3D skeletal animation library (design to be used with IQM and IQE).
- Brinevector3D (⭐10) - FFI-enabled vector library for 3D (x,y,z).
- IQE (⭐8) - Inter-Quake Export loader (text).
- IQM (⭐37) - Inter-Quake Model loader (binary).
- love-gltf - Gltf asset loader and test renderer; Supports skeletal animations and morph targets.
- Lovox (⭐49) - Pseudo-3D library for working with voxels.
AI
- Jumper (⭐614) - Grid-based pathfinding library.
- Lua-star (⭐63) - Easy and pure Lua A* path finding.
Animation
- andross (⭐32) - A Lua library for 2D skeletal/bone animations with a Löve backend.
- anim8 (⭐723) - Animation library.
- animx (⭐24) - A featureful Animation library for loading animations from XML files!.
- chiro (⭐27) - Convenience wrapper around Spine.
- Peachy (⭐101) - A parser/renderer for Aseprite animations in LÖVE.
- skeletor (⭐24) - 2D skeletal animation system.
- Walt (⭐57) - Animation library.
- Lump (⭐21) - Adobe Flash animation runtime.
- lovanim (⭐31) - A minimal stateful animation library.
- SYSL-Text (⭐87) - Text animation and automatic wrapping library based on tags.
Camera
- Brady (⭐60) - Camera library with parallax scrolling.
- Editgrid (⭐46) - Gamera and HUMP compatible scaling grid.
- gamera (⭐254) - Camera system.
- hump.camera - Camera library with window locking and smooth camera movement interpolation.
Development
- FPSGraph (⭐18) - Small FPS graphing utility.
- debugGraph (⭐34) - Small OO FPS graphing utillity based on FPSGraph.
- Lovebird (⭐289) - Browser-based debug console.
- lurker (⭐282) - Auto-swaps changed Lua files in a running game.
- LÖVE API (⭐299) - The complete API documentation of LÖVE in a Lua table.
- LÖVE Build (⭐52) - GitHub Action for automated cross-platform builds.
- LÖVE TypeScript Definitions (⭐116) - Write LÖVE games with TypeScript.
- lovelier (⭐22) - A LÖVE live reloader with Moonscript support.
Drawing
- Artal (⭐42) - A .PSD parsing library for LÖVE.
- Autobatch (⭐106) - Small LÖVE module to automate the use of SpriteBatches.
- center (⭐13) - A simple module to dynamically align and fit content to screens of any size.
- deep (⭐73) - Adds Z axis; allows you to queue actions and draw calls.
- draft (⭐47) - A module for drawing complex shapes.
- HSLUV (⭐45) - Lua implementation of HSLuv (a human-friendly alternative to HSL).
- Maid64 (⭐53) - Low resolution scaler for LÖVE.
- Push (⭐487) - A simple resolution-handling library for LÖVE.
- renderplanet (⭐20) - Realistic orthographic planet rendering.
- svglover (⭐51) - Library to import and display simple SVGs in LÖVE.
- SYSL-Pixel (⭐27) - Pixel art focused scaler for graphics, position, screen-captures and shaders.
- Sölar (⭐8) - A fairly simple solar system simulator.
- Tove2d (⭐171) - Animated vector graphics for LÖVE.
- turtle.lua (⭐95) - Turtle graphics library for LÖVE.
- Runtime-TextureAtlas (⭐18) - Texture atlas packer and renderer at runtime; no external tools.
- Export-TextureAtlas (⭐6) - Extends Runtime-TextureAtlas as a commandline tool to export an atlas.
Entity
- adorbs (⭐31) - Minimal, Functional Entity Component System.
- Concord (⭐223) - A feature-complete ECS library.
- knife.system (⭐444) - Minimalist functional ECS.
- nata (⭐43) - Hybrid OOP/ECS entity management.
- tiny-ecs (⭐676) - Entity Component System for Lua that's simple, flexible, and useful.
Helpers
- astray (⭐141) - Astray is a lua based maze, room and dungeon generation library for dungeon crawlers and roguelike video games.
- batteries (⭐346) - Fills out lua's sparse standard library and provides implementations of common algorithms and data structures useful for games.
- clove (⭐26) - A helper library which allows you to quickly loads huge amount of assets.
- iffy (⭐25) - A SpriteSheet and Tileset helper library for LÖVE.
- knife (⭐444) - Collection of useful micro-modules for Lua (Class, State Machines, Bind, Chain, Coroutines, Event, Memoize, Entity, Tests, Timer).
- shard (⭐17) - Collection of useful mini modules.
- love-state-switcher (⭐10) - State switcher class for Lua LÖVE Engine.
- lue (⭐44) - Lue is a LÖVE library that allows you to display hue color effects in your game.
- lume (⭐999) - Collection of functions for Lua, geared towards game development.
- narrator (⭐129) - An Ink narrative scripting language parser and runtime implementation.
- reflowprint (⭐46) - A library designed for alignment of text that is shown one character at a time.
- roomy (⭐45) - Screen management library for LÖVE.
- rotLove (⭐259) - Roguelike Toolkit in LÖVE. A LÖVE/lua port of rot.js.
- ScreenManager (⭐32) - Screen/State Management for the LÖVE framework.
- shack (⭐62) - Shack is a LÖVE library that lets you easily add screen effects such as shake and rotation.
- Simple Tiled Implementation (⭐842) - Tiled map loader and renderer.
- Vivid (⭐57) - Color math, manipulation and conversion library.
- Yonder (⭐14) - A ridiculously easy to use game state management library for LOVE2D.
Input
- baton (⭐209) - Input library for LÖVE that bridges the gap between keyboard and gamepad controls.
- love-microphone (⭐60) - Simple microphone support for LÖVE.
- LoveKeys (⭐9) - A simple input handeling library that keeps track of things for you.
- tactile (⭐52) - A straightforward and flexible input library.
Lighting
- lighter (⭐35) - A performant dynamic light implementation with a simple API.
- Shädows (⭐169) - A Shadows & Lights engine for LÖVE.
- Light World (⭐223) - A lighting model.
- Simple Love Lights (⭐26) - A very simple raycasting light implementation.
- Light (⭐12) - A simple dynamic light implementation.
Math
- Bresenham (⭐15) - Bresenham's line algorithm written in Lua.
- brinevector (⭐51) - Standalone lightweight luajit ffi-accelerated 2D vector library for great performance.
- Cirno's Perfect Math Library (⭐303) - Math/intersection library designed for games.
- delaunay (⭐108) - Delaunay triangulation for convex polygons.
- hump.vector - Powerful 2D vector class.
- MLib (⭐82) - Math and shape-intersection detection library written in Lua. It's aim is to be robust and easy to use.
- nvec (⭐43) - Hump.vector-compatible LuaJIT FFI-accelerated 2D vector library.
- shash (⭐70) - A simple, lightweight spatial hash for Lua.
- vector.lua (⭐45) - A simple vector library based on the PVector class from processing.
Music
- denver (⭐82) - A Löve custom waveform generation library.
- lovebpm (⭐77) - A LÖVE library for syncing events to the BPM of an audio track.
- ripple (⭐39) - An audio manager with tagging support.
- wave (⭐90) - A sound manager with audio parsing and rhythm functionalities.
Networking
- Grease (⭐110) - Networking library intended to make networking easy for lovers (TCP, UDP, Enet). (IPv6)
- LoverNet (⭐55) - A networking library that leverages bitser and enet. (IPv4)
- NoobHub (⭐317) - OpenSource multiplayer and network messaging. (IPv6)
- Sock.lua (⭐174) - A Lua networking library for LÖVE games. (IPv4)
- löve-ws (⭐24) - A websocket client and server library.
- love2d-lua-websocket (⭐37) - A simple event-driven websocket client library. (IPv4)
OO
- 30log (⭐451) - Minified framework for object-orientation in Lua. It features named (and unnamed) classes, single inheritance and a basic support for mixins.
- classic (⭐852) - Tiny class module for Lua. Attempts to stay simple and provide decent performance by avoiding unnecessary over-abstraction.
- hump.class - Small, fast class/prototype implementation with multiple inheritance (class-commons).
- middleclass (⭐1.8k) - Simple OOP library for Lua; has inheritance, metamethods (operators), class variables and weak mixin support (class-commons).
- muun (⭐7) - Moonscript compatible class implementation.
- selene (⭐23) - Project template for writing games in Moonscript instead of Lua without precompiling.
Performance
- jprof (⭐89) - Profiling library/tool for LÖVE.
- Piefiller (⭐23) - Graphical profiler for LÖVE.
- ProFi - A simple lua profiler that works with LuaJIT and prints a pretty report file in columns.
Physics
- breezefield (⭐75) - A lightweight and easy love.physics wrapper (windfield alternative).
- Bump (⭐927) - Collision detection library for Lua.
- HC - Collision detection with arbitrary polygons; allows rotation of objects.
- Strike (⭐28) - 2D collision detection library. Extendable, based on Separating-Axis-Theorem.
Platforms
- LoveDos (⭐671) - A Lua framework for 2D DOS games, implementing a subset of the LÖVE API.
- LoveFTW - Work-in-progress port to Windows phone 8.1.
- LOVE-WrapLua (⭐35) - A small and simple wrapper for OneLua, lpp-vita, and Lua Player PS3.
- Love.js (⭐610) - LÖVE ported to the web using Emscripten.
- LÖVR (⭐2k) - LÖVE for virtual reality devices.
Publishing
- Love-Snap-Template (⭐24) - A template for packaging LÖVE games for distribution in the Snappy Store.
- AppImageKit (⭐8.7k) - Using 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.
Serialization
- arson (⭐10) - Companion library for registering custom data types that can be encoded and decoded by json.lua.
- binser (⭐199) - Customizable Lua Serializer.
- bitser (⭐156) - Serializes and deserializes Lua values with LuaJIT.
- cdata (⭐30) - Serialize between Lua data and C data using LuaJIT's FFI.
- knife.serialize (⭐444) - Serialize data as a Lua script.
- Lady (⭐37) - Saving and loading savegames; based on Ser.
- moonblob (⭐30) - Binary serialization and data parsing library.
- Ser (⭐75) - Fast, robust, richly-featured table serialization library for Lua.
- Smallfolk (⭐21) - A fast, robust, secure, richly-featured table serialization library for Lua.
- trickle (⭐31) - A bitstream library focused on high compression for use in networking.
Shaders
- LoveShaderConverter (⭐74) - Convert Shadertoy Shader files to LÖVE GLSL Files with handy utilities for infinite purposes.
- Shadertoy viewer - Run code copied from shadertoy directly or output the converted code to a LÖVE shader.
Testing
- busted (⭐1.4k) - Simple unit-testing framework with customizable assertions.
- knife.test (⭐444) - Fixture-free test framework.
- Luassert (⭐203) - Extends
assert()
with additional, customizable tests.
- Lunatest (⭐84) - xUnit-style randomized unit testing framework.
- lust (⭐111) - Minimal test framework.
- Specl - Behavior Driven Development (BDD) tool.
- Telescope - Highly-customizable BDD-style testing library.
Tweening
- Flux (⭐383) - A fast, lightweight tweening library for Lua.
- hump.timer - Timer and tweening library with flexible tweening methods.
- tick (⭐134) - Lua module for delaying function calls.
- tween.lua (⭐577) - Tweening/Easing/Interpolating functions for Lua inspired on jQuery's animate method.
UI
- CatUI (⭐104) - A very light-weight GUI library for LÖVE.
- GOOi (⭐217) - Android-oriented GUI library.
- Gspöt - A stateful GUI lib for LÖVE.
- Hanker - Maximalist immediate mode-ish UI elements; gamepad-friendly.
- LoveFrames Fork (⭐118) - 11.2 Fork of a GUI library.
- Love Imgui (⭐321) - Imgui module for the LÖVE game engine.
- Löve-Nuklear (⭐347) - Lightweight immediate mode GUI for LÖVE games.
- Patchy (⭐35) - 9patch library.
- SafeWord (⭐4) - An overscan detection library for LÖVE.
- SUIT (⭐457) - Small immediate mode GUI library.
Utilities
- ArrayRotation - Rotation of two dimensional arrays (square and non-square).
- cargo (⭐163) - Asset manager.
- chance.lua - Library for generating random data.
- colorchanger (⭐3) - Change the colors in your LÖVE game.
- Flirt (⭐13) - LÖVE version manager; allows to switch between multiple versions of engine on same machine.
- GifCat (⭐47) - A simple module for saving gifs from LÖVE.
- hex2color (⭐5) - A single function to use HEX color values.
- i18n (⭐23) - Internationalization library designed to help localize your game.
- Ini Parser (⭐15) - General purpose ini configuration parser.
- log.lua (⭐313) - Library for configurable log output.
- love-loader (⭐131) - Threaded resource loading.
- love2d-assets-loader (⭐37) - Assets Loader.
- love-pe (⭐16) - A tool made in LÖVE for changing LÖVE icon itself.
- lovely-engine (⭐9) - A tool that makes setting up and using LÖVE easier and with Moonscript support.
- Lily (⭐106) - Async Asset Loader.
- luasteam (⭐129) - Lua bindings for the Steamworks API.
- Luvent (⭐76) - Simple event-driven programming.
- nativefiledialog (⭐14) - Open a file picker on Windows/Mac/Linux.
- Optikon - WYSIWYG visual level designer.
- ParticleEditor (⭐3) - An editor of particle for LÖVE.
- particle-system-playground (⭐13) - A basic LÖVE particle system editor.
- require.lua (⭐9) - Require all files in a folder.
- splashy (⭐40) - Splash Screen Library.
- ShakeDetectorLua (⭐5) - Uses accelerometer data for shake device detection written in Lua.
- tick (⭐76) - Useful timing tweaks for LÖVE's run loop.
Tutorials
- learn2love - Book for learning programming with Lua and LÖVE (Version 11.0+).
- Using Tiled Maps in LÖVE - An article about using maps created with Tiled in your LÖVE game.
- Tutorial on making an Arkanoid-type game (⭐204) - A complete tutorial on how to make a breakout clone by nooowaay.
- Simple Game Tutorials - Tutorials for making simple games with LÖVE (Snake, Sokoban, Tetris, etc.).
- How to LÖVE - A book by Sheepolution teaching LÖVE from the ground up.
- CS50 Introduction to Game Development - Harvard Colleges CS50 OpenCourseWare.
- Building love2d games for the web with love.js and Docker - A tutorial on packaging LÖVE games for the web.
IDEs
- Brackets - A modern, open source text editor by Adobe (obsolete).
- Lua Syntax Highlighter (⭐4) - Add Lua syntax highlighting in Brackets.
- LÖVE Hints for Brackets.io - Provides LÖVE code hints.
- Run LÖVE (⭐4) - Run LÖVE projects with a hotkey.
- IntelliJ IDEA - Capable and Ergonomic Java IDE.
- EmmyLua (⭐634) - Lua IDE/Debugger Plugin for VSCode.
- LÖVE IDEA (⭐59) - Snippets and code completion for IntelliJ-IDEA.
- Vim - Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient.
- Vim LOVE Docs (⭐52) - Syntax highlighting for Vim.
- Notepad++ - Notepad++ is a free source code editor and Notepad replacement that supports several languages.
- LÖVE API for Notepad++ (⭐12) - Code completion and documentation for Notepad++.
Distribution
- love-export (⭐50) - Fast and simple command-line tool that builds binaries for you. Supports Windows, macOS, and Linux.
- love-deploy (⭐11) - Build and deploy games on itch.io (supports windows and web exports).
Related
- awesome-lua (⭐3.9k) - A list like this one, but more general and encompassing all of Lua's uses.
- awesome-love-shaders (⭐78) - A collection of shaders designed to work in LÖVE.
- awesome-pico8 (⭐2.6k) - A curated list of PICO-8 resources, tutorials, tools and more.
Jan 03 - Jan 09, 2022
Helpers
- hump (⭐73) - Collection of tools for developing games with LÖVE (Gamestates, Timers/Tweens, Vectors, Classes, Signals, Cameras).
Aug 16 - Aug 22, 2021
UI
- Slab (⭐293) - Slab is an immediate mode GUI toolkit for the LÖVE framework.
Jul 26 - Aug 01, 2021
Shaders
- ngrading (⭐43) - Simple color grading library.
UI
- NLay (⭐43) - Flexible layouting library.
Feb 22 - Feb 28, 2021
Distribution
- boon (⭐141) - Multi-platform, easy to use tool supporting Windows, macOS, Linux.
- love-release (⭐449) - A Lua script that automates game distribution. Supports Windows, macOS, Debian, Linux.
- makelove (⭐142) - Advanced multi-platform tool to fuse your game written in Python 3. Supports Windows and Linux with AppImage.
Feb 01 - Feb 07, 2021
3D
- g3d (⭐556) - Simple and easy 3D engine for LÖVE.
Input
- input (⭐4) - Simple and powerful input library. support check operation time, sequence.
Oct 12 - Oct 18, 2020
UI
- YALG (⭐10) - A very simple, cross-platform, reactive UI for last minute UIs.
Jun 15 - Jun 21, 2020
IDEs
- Visual Studio Code - VS 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.
- Visual Studio Code LÖVE Launcher - A Löve Launcher Extension for Visual Studio Code.
- Lua for Visual Studio Code - Provides Intellisense and Linting for Lua in VSCode.
- Local Lua Debugger - Simple Lua debugger with no dependencies. Löve specific launch.json example provided.
Mar 30 - Apr 05, 2020
AI
- astar (⭐11) - An other A* library. Any map (grid, point, mesh or infinite map) and support path cost.
Dec 30 - Jan 05, 2019
3D
- 3DreamEngine (⭐378) - An awesome 3D engine for LÖVE.
Oct 01 - Oct 07, 2018
3D
- bump-3dpd (⭐74) - A 3D collision detection library for Lua.
Helpers
- cartographer (⭐73) - Small Tiled map loader and drawer.
- lovely-windows (⭐16) - A Window/Screen Manager Module for virtual windows.
OO
- knife.base (⭐444) - Extremely minimal base class providing single inheritance and constructors.
Physics
- loveblobs - A softbody library with support for both dynamic and static arbitrary softbodies.
Shaders
- Moonshine (⭐544) - Repository of common post-processing effects like blur, vignette, color-grading, etc.
Tweening
- knife.timer (⭐444) - Create timers and tweens with ease.
UI
- Polywell - A highly-configurable text editor / coding tool written in Lua that runs on the LÖVE game engine.
IDEs
- ZeroBrane Studio - ZeroBrane Studio is a lightweight Lua IDE with code completion, syntax highlighting, live coding, code analyzer, and debugging support.
- API Syntax Hightlight (⭐10) - Script to add LOVE API syntax highlighting to ZBS.
- Sublime Text - Sublime Text is a sophisticated text editor for code, markup and prose. You'll love the slick user interface, extraordinary features and amazing performance.
- Package Manager - The Sublime Text package manager that makes it exceedingly simple to find, install and keep packages up-to-date.
- SublimeLove - Supports syntax highlighting, auto-completion, and build system.
- SublimeLinter-luacheck - Provides linting and static analysis of your Lua code.