Skip to content

Commit

Permalink
Merge pull request love2d-community#263 from KINGTUT10101/patch-1
Browse files Browse the repository at this point in the history
Update README.md with KINGTUT10101's repos
  • Loading branch information
MikuAuahDark authored Aug 29, 2024
2 parents 8e5da37 + 435cfe9 commit 9eec09e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ A categorized community-driven collection of high-quality, awesome [LÖVE](http:
* [roomy](https://github.com/tesselode/roomy) - Screen management library for LÖVE.
* [rotLove](https://github.com/paulofmandown/rotLove) - Roguelike Toolkit in LÖVE. A LÖVE/lua port of rot.js.
* [YAS](https://github.com/kithf/yas) - Yet Another Screen manager.
* [SceneMan](https://github.com/KINGTUT10101/SceneMan) - A simple, but powerful scene/gamestate manager that uses a stack, allowing you to run multiple scenes at once.
* [Scenery](https://github.com/paltze/scenery) - A dead simple scene/state management system.
* [ScreenManager](https://github.com/rm-code/screenmanager) - Screen/State Management for the LÖVE framework.
* [shack](https://github.com/Ulydev/shack) - Shack is a LÖVE library that lets you easily add screen effects such as shake and rotation.
Expand Down Expand Up @@ -328,6 +329,7 @@ A categorized community-driven collection of high-quality, awesome [LÖVE](http:
* [SafeWord](https://github.com/josefnpat/safeword) - An overscan detection library for LÖVE.
* [Slab](https://github.com/flamendless/Slab) - Slab is an immediate mode GUI toolkit for the LÖVE framework.
* [SUIT](https://github.com/vrld/SUIT) - Small immediate mode GUI library.
* [TuxRedux](https://github.com/KINGTUT10101/TuxRedux) - An immediate-mode UI system for LOVE2D inspired by SUIT.
* [YALG](https://github.com/sasszem/yalg) - A very simple, cross-platform, reactive UI for last minute UIs.
* [YUI](https://gitea.it/1414codeforge/yui) - Declarative UI library for LÖVE.
* [Inky](https://github.com/Keyslam/Inky) - Any-purpose GUI framework.
Expand All @@ -347,13 +349,15 @@ A categorized community-driven collection of high-quality, awesome [LÖVE](http:
* [hex2color](https://github.com/S-Walrus/hex2color/) - A single function to use HEX color values.
* [i18n](https://github.com/excessive/i18n) - Internationalization library designed to help localize your game.
* [Ini Parser](https://github.com/FivosM/ini_parser) - General purpose ini configuration parser.
* [KeyedArray](https://github.com/KINGTUT10101/KeyedArray) - A special data structure where items can be found by their position or key. Similar to an ordered dictionary.
* [log.lua](https://github.com/rxi/log.lua) - Library for configurable log output.
* [love-loader](https://github.com/kikito/love-loader) - Threaded resource loading.
* [love-qrcode](https://github.com/Nawias/love-qrcode) - QR Code rendering library for LÖVE.
* [love2d-assets-loader](https://github.com/Yonaba/love2d-assets-loader) - Assets Loader.
* [love-pe](https://github.com/RamiLego4Game/love-pe) - A tool made in LÖVE for changing LÖVE icon itself.
* [lovely-engine](https://github.com/vinnyhorgan/lovely-engine) - A tool that makes setting up and using LÖVE easier and with Moonscript support.
* [Lily](https://github.com/MikuAuahDark/lily) - Async Asset Loader.
* [LuaRequireExtended](https://github.com/KINGTUT10101/LuaRequireExtended) - A Lua module that lets you require files with input parameters and multiple output values.
* [luasteam](https://github.com/uspgamedev/luasteam) - Lua bindings for the Steamworks API.
* [Luvent](https://github.com/ejmr/Luvent) - Simple event-driven programming.
* [nativefiledialog](https://github.com/Alloyed/nativefiledialog/tree/master/lua) - Open a file picker on Windows/Mac/Linux.
Expand Down

0 comments on commit 9eec09e

Please sign in to comment.