How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
A GUI library for LÖVE 11.x
The main features of linux-man/loveframes are: User Interface Frameworks.
Open-source alternatives to linux-man/loveframes include: colleagueriley/rgfw. darkmetalic/listbox — LOVE2D - Dynamic ListBox. excessive/patchy — Simple 9patch library for LÖVE. flamendless/slab — An immediate mode GUI for the Love2D framework. gustavostuff/gooi — LÖVE GUI Library. antirez/linenoise — Linenoise is a lightweight C library for terminal line editing, command history management, and asynchronous input…
Linenoise is a lightweight C library for terminal line editing, command history management, and asynchronous input processing. It functions as a self-contained alternative for capturing user input from the command line without requiring external dependencies. The utility provides a non-blocking input processor that handles keyboard data via a feed mechanism, allowing applications to process user typing and external events simultaneously. It supports the implementation of custom shells and REPLs through features such as callback-based autocompletion, input hinting, and a circular history buffe