Skip to content

Commit

Permalink
Merge pull request #211 from zombrodo/add/swipe-and-plan
Browse files Browse the repository at this point in the history
Add entry for Plan and Swipe, re-alphabetise `UI`
  • Loading branch information
JanWerder authored Feb 12, 2022
2 parents 04d3d08 + 0eef7f9 commit d112103
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ A categorized community-driven collection of high-quality, awesome [LÖVE](http:
* [input](https://github.com/xiejiangzhi/input) - Simple and powerful input library. support check operation time, sequence.
* [love-microphone](https://github.com/LPGhatguy/love-microphone) - Simple microphone support for LÖVE.
* [LoveKeys](https://github.com/SpaceCat-Chan/LoveKeys) - A simple input handeling library that keeps track of things for you.
* [Swipe](https://github.com/zombrodo/swipe) - A simple radial keyboard library.
* [tactile](https://github.com/tesselode/tactile) - A straightforward and flexible input library.

## Lighting
Expand Down Expand Up @@ -291,19 +292,20 @@ A categorized community-driven collection of high-quality, awesome [LÖVE](http:
* [GOOi](https://github.com/tavuntu/gooi) - Android-oriented GUI library.
* [Gspöt](https://notabug.org/pgimeno/Gspot) - A stateful GUI lib for LÖVE.
* [Hanker](https://gitlab.com/Alloyed/hanker) - Maximalist immediate mode-ish UI elements; gamepad-friendly.
* [Helium](https://github.com/qeffects/helium) - A modern, customizable, high performance retained UI framework.
* [ListBox](https://github.com/darkmetalic/ListBox) - A dynamic ListBox for LÖVE that supports touch, mouse, and keyboard inputs.
* [LoveFrames Fork](https://github.com/linux-man/LoveFrames) - 11.2 Fork of a GUI library.
* [Love Imgui](https://github.com/slages/love-imgui) - Imgui module for the LÖVE game engine.
* [Löve-Nuklear](https://github.com/keharriso/love-nuklear) - Lightweight immediate mode GUI for LÖVE games.
* [Lynx](https://gitlab.com/TSnake41/lynx) - Very-lightweight list-based UI library.
* [NLay](https://github.com/MikuAuahDark/NPad93#nlay) - Flexible layouting library.
* [Patchy](https://github.com/excessive/patchy) - 9patch library.
* [Plan](https://github.com/zombrodo/plan) - A super simple Rule-based layout library.
* [Polywell](https://gitlab.com/technomancy/polywell) - A highly-configurable text editor / coding tool written in Lua that runs on the LÖVE game engine.
* [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.
* [ListBox](https://github.com/darkmetalic/ListBox) - A dynamic ListBox for LÖVE that supports touch, mouse, and keyboard inputs.
* [Lynx](https://gitlab.com/TSnake41/lynx) - Very-lightweight list-based UI library.
* [YALG](https://github.com/sasszem/yalg) - A very simple, cross-platform, reactive UI for last minute UIs.
* [Helium](https://github.com/qeffects/helium) - A modern, customizable, high performance retained UI framework.

## Utilities
*Non-Game specific libraries and tools*
Expand Down

0 comments on commit d112103

Please sign in to comment.