awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to notcl4y14/lovepatch

Open-source alternatives to Lovepatch

30 open-source projects similar to notcl4y14/lovepatch, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Lovepatch alternative.

  • antirez/linenoiseAvatar de antirez

    antirez/linenoise

    4,302Ver en GitHub↗

    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

    C
    Ver en GitHub↗4,302
  • colleagueriley/rgfwAvatar de ColleagueRiley

    ColleagueRiley/RGFW

    1,678Ver en GitHub↗
    Cc99cocoacross-platform
    Ver en GitHub↗1,678
  • darkmetalic/listboxAvatar de darkmetalic

    darkmetalic/ListBox

    15Ver en GitHub↗

    LOVE2D - Dynamic ListBox

    Lua
    Ver en GitHub↗15
  • excessive/patchyAvatar de excessive

    excessive/patchy

    38Ver en GitHub↗

    Simple 9patch library for LÖVE

    Lua
    Ver en GitHub↗38
  • flamendless/slabAvatar de flamendless

    flamendless/Slab

    385Ver en GitHub↗

    An immediate mode GUI for the Love2D framework.

    Lua
    Ver en GitHub↗385

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • gustavostuff/gooiAvatar de gustavostuff

    gustavostuff/gooi

    236Ver en GitHub↗

    LÖVE GUI Library

    Lua
    Ver en GitHub↗236
  • immediate-mode-ui/nuklearAvatar de Immediate-Mode-UI

    Immediate-Mode-UI/Nuklear

    10,884Ver en GitHub↗

    Nuklear is a minimal, header-only graphical user interface toolkit written in C. It utilizes an immediate-mode rendering model, where the interface is reconstructed and drawn directly within the application loop each frame. This approach eliminates the need for persistent widget state or complex synchronization between the interface and underlying application data. The library is designed for portability and integration into resource-constrained environments. It requires the host application to manage memory manually, allowing it to function in systems that lack standard library support. By d

    Ccc89gui
    Ver en GitHub↗10,884
  • immortalx74/lovr-ui2dAvatar de immortalx74

    immortalx74/lovr-ui2d

    79Ver en GitHub↗

    An immediate mode GUI library for LÖVR and LÖVE

    Lua
    Ver en GitHub↗79
  • josefnpat/safewordAvatar de josefnpat

    josefnpat/safeword

    4Ver en GitHub↗

    An overscan detection library for LÖVE

    Lua
    Ver en GitHub↗4
  • keharriso/love-nuklearAvatar de keharriso

    keharriso/love-nuklear

    389Ver en GitHub↗

    Lightweight immediate mode GUI for LÖVE games

    C
    Ver en GitHub↗389
  • keyslam/inkyAvatar de Keyslam

    Keyslam/Inky

    84Ver en GitHub↗

    A GUI Framework for LÖVE

    Lua
    Ver en GitHub↗84
  • kingtut10101/tuxreduxAvatar de KINGTUT10101

    KINGTUT10101/TuxRedux

    6Ver en GitHub↗

    An immediate-mode UI system for LOVE2D inspired by SUIT.

    Lua
    Ver en GitHub↗6
  • linux-man/loveframesAvatar de linux-man

    linux-man/LoveFrames

    156Ver en GitHub↗

    A GUI library for LÖVE 11.x

    Lua
    Ver en GitHub↗156
  • mikefreno/flexloveAvatar de mikefreno

    mikefreno/FlexLove

    32Ver en GitHub↗

    A Löve Gui based on Flexbox

    Lua
    Ver en GitHub↗32
  • mikuauahdark/npad93Avatar de MikuAuahDark

    MikuAuahDark/NPad93

    64Ver en GitHub↗

    MikuAuahDark's Various Lua Libraries

    Lua
    Ver en GitHub↗64
  • moongamelab/meowuiAvatar de MoonGameLab

    MoonGameLab/MeowUI

    13Ver en GitHub↗

    Extensible library that enables you to create your own GUI controls based on provided core modules in Löve2D.

    MoonScript
    Ver en GitHub↗13
  • mtanksl/loveliAvatar de mtanksl

    mtanksl/LOVELi

    36Ver en GitHub↗

    Retained mode layout and GUI library inspired by .NET's MAUI controls with StackLayout, AbsoluteLayout, Grid, Label, Button, Image, CheckBox, RadioButton, Switch, ProgressBar, Slider, TextBox and Border.

    Lua
    Ver en GitHub↗36
  • nabeel20/badrAvatar de Nabeel20

    Nabeel20/Badr

    44Ver en GitHub↗

    🌕 Simple and fun UI syntax for Löve2D

    Lua
    Ver en GitHub↗44
  • nekromoff/layouterAvatar de nekromoff

    nekromoff/layouter

    20Ver en GitHub↗

    Simple grid layout library for LÖVE engine (Love2D).

    Lua
    Ver en GitHub↗20
  • nicbarker/clayAvatar de nicbarker

    nicbarker/clay

    17,443Ver en GitHub↗

    Clay is a header-only layout engine designed for C and C++ applications that computes element positions and dimensions using a declarative box model. By operating as an immediate-mode framework, it calculates interface geometry dynamically on every frame, allowing for the creation of responsive and fluid user interfaces without maintaining persistent state. The library functions as a platform-agnostic tool that decouples layout logic from specific graphics backends. It provides a flexible coordinate system that supports layered elements, such as modals and tooltips, alongside standard documen

    Clayoutui
    Ver en GitHub↗17,443
  • nothings/stbAvatar de nothings

    nothings/stb

    33,970Ver en GitHub↗

    This project is a collection of portable, header-only C functions designed for integration into software projects without complex build dependencies or external linking requirements. It provides a suite of low-level utilities for graphics, audio, and data management, focusing on direct memory manipulation and zero-dependency portability. By utilizing a single-header distribution model, the library simplifies dependency management while allowing developers to maintain full control over memory allocation and binary size through compile-time configuration. The library distinguishes itself by off

    C
    Ver en GitHub↗33,970
  • ocornut/imguiAvatar de ocornut

    ocornut/imgui

    73,875Ver en GitHub↗

    This project is an immediate-mode graphical user interface library designed for rapid development of tools and debugging interfaces. By generating UI geometry every frame through procedural code, it eliminates the need for persistent state synchronization between application data and the interface. It is primarily intended for integration into existing rendering pipelines, where it produces raw vertex buffers and draw commands that are agnostic to the underlying graphics API. The library distinguishes itself through a highly decoupled architecture that supports complex, dockable, and multi-vi

    C++apicplusplusframework
    Ver en GitHub↗73,875
  • qeffects/heliumAvatar de qeffects

    qeffects/helium

    125Ver en GitHub↗

    Helium is practically more like a UI framework than a fully fledged UI library. The idea is to build custom and build simple.

    Lua
    Ver en GitHub↗125
  • ronen25/libcmdfAvatar de ronen25

    ronen25/libcmdf

    81Ver en GitHub↗

    Single-header library for writing CLI applications in C/C++

    Ver en GitHub↗81
  • sasszem/yalgAvatar de sasszem

    sasszem/yalg

    10Ver en GitHub↗

    Yet another Löve2d GUI

    Lua
    Ver en GitHub↗10
  • sience/luisAvatar de SiENcE

    SiENcE/luis

    118Ver en GitHub↗

    LUIS (Love UI System) is a flexible graphical user interface (GUI) framework built on top of the Löve2D game framework. LUIS provides developers with the tools to create dynamic, grid-centric, layered user interfaces for games and applications.

    Lua
    Ver en GitHub↗118
  • slages/love-imguiAvatar de slages

    slages/love-imgui

    350Ver en GitHub↗

    imgui module for the LÖVE game engine

    C++
    Ver en GitHub↗350
  • sonoro1234/luajit-imguiAvatar de sonoro1234

    sonoro1234/LuaJIT-ImGui

    295Ver en GitHub↗

    LuaJIT ffi binding for imgui, backends and extension widgets

    Lua
    Ver en GitHub↗295
  • vrld/suitAvatar de vrld

    vrld/SUIT

    536Ver en GitHub↗

    Immediate Mode GUI library for LÖVE

    Lua
    Ver en GitHub↗536
  • wilhantian/catuiAvatar de wilhantian

    wilhantian/catui

    114Ver en GitHub↗

    A very light-weight GUI library for the Löve2D

    Lua
    Ver en GitHub↗114