awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 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/linenoiseantirez avatar

    antirez/linenoise

    4,302View on 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
    View on GitHub↗4,302
  • colleagueriley/rgfwColleagueRiley avatar

    ColleagueRiley/RGFW

    1,678View on GitHub↗
    Cc99cocoacross-platform
    View on GitHub↗1,678
  • darkmetalic/listboxdarkmetalic avatar

    darkmetalic/ListBox

    15View on GitHub↗

    LOVE2D - Dynamic ListBox

    Lua
    View on GitHub↗15
  • excessive/patchyexcessive avatar

    excessive/patchy

    38View on GitHub↗

    Simple 9patch library for LÖVE

    Lua
    View on GitHub↗38
  • flamendless/slabflamendless avatar

    flamendless/Slab

    385View on GitHub↗

    An immediate mode GUI for the Love2D framework.

    Lua
    View on GitHub↗385

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • gustavostuff/gooigustavostuff avatar

    gustavostuff/gooi

    236View on GitHub↗

    LÖVE GUI Library

    Lua
    View on GitHub↗236
  • immediate-mode-ui/nuklearImmediate-Mode-UI avatar

    Immediate-Mode-UI/Nuklear

    10,884View on 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
    View on GitHub↗10,884
  • immortalx74/lovr-ui2dimmortalx74 avatar

    immortalx74/lovr-ui2d

    79View on GitHub↗

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

    Lua
    View on GitHub↗79
  • josefnpat/safewordjosefnpat avatar

    josefnpat/safeword

    4View on GitHub↗

    An overscan detection library for LÖVE

    Lua
    View on GitHub↗4
  • keharriso/love-nuklearkeharriso avatar

    keharriso/love-nuklear

    389View on GitHub↗

    Lightweight immediate mode GUI for LÖVE games

    C
    View on GitHub↗389
  • keyslam/inkyKeyslam avatar

    Keyslam/Inky

    84View on GitHub↗

    A GUI Framework for LÖVE

    Lua
    View on GitHub↗84
  • kingtut10101/tuxreduxKINGTUT10101 avatar

    KINGTUT10101/TuxRedux

    6View on GitHub↗

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

    Lua
    View on GitHub↗6
  • linux-man/loveframeslinux-man avatar

    linux-man/LoveFrames

    156View on GitHub↗

    A GUI library for LÖVE 11.x

    Lua
    View on GitHub↗156
  • mikefreno/flexlovemikefreno avatar

    mikefreno/FlexLove

    32View on GitHub↗

    A Löve Gui based on Flexbox

    Lua
    View on GitHub↗32
  • mikuauahdark/npad93MikuAuahDark avatar

    MikuAuahDark/NPad93

    64View on GitHub↗

    MikuAuahDark's Various Lua Libraries

    Lua
    View on GitHub↗64
  • moongamelab/meowuiMoonGameLab avatar

    MoonGameLab/MeowUI

    13View on GitHub↗

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

    MoonScript
    View on GitHub↗13
  • mtanksl/lovelimtanksl avatar

    mtanksl/LOVELi

    36View on 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
    View on GitHub↗36
  • nabeel20/badrNabeel20 avatar

    Nabeel20/Badr

    44View on GitHub↗

    🌕 Simple and fun UI syntax for Löve2D

    Lua
    View on GitHub↗44
  • nekromoff/layouternekromoff avatar

    nekromoff/layouter

    20View on GitHub↗

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

    Lua
    View on GitHub↗20
  • nicbarker/claynicbarker avatar

    nicbarker/clay

    17,443View on 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
    View on GitHub↗17,443
  • nothings/stbnothings avatar

    nothings/stb

    33,970View on 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
    View on GitHub↗33,970
  • ocornut/imguiocornut avatar

    ocornut/imgui

    73,875View on 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
    View on GitHub↗73,875
  • qeffects/heliumqeffects avatar

    qeffects/helium

    125View on 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
    View on GitHub↗125
  • ronen25/libcmdfronen25 avatar

    ronen25/libcmdf

    81View on GitHub↗

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

    View on GitHub↗81
  • sasszem/yalgsasszem avatar

    sasszem/yalg

    10View on GitHub↗

    Yet another Löve2d GUI

    Lua
    View on GitHub↗10
  • sience/luisSiENcE avatar

    SiENcE/luis

    118View on 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
    View on GitHub↗118
  • slages/love-imguislages avatar

    slages/love-imgui

    350View on GitHub↗

    imgui module for the LÖVE game engine

    C++
    View on GitHub↗350
  • sonoro1234/luajit-imguisonoro1234 avatar

    sonoro1234/LuaJIT-ImGui

    295View on GitHub↗

    LuaJIT ffi binding for imgui, backends and extension widgets

    Lua
    View on GitHub↗295
  • vrld/suitvrld avatar

    vrld/SUIT

    536View on GitHub↗

    Immediate Mode GUI library for LÖVE

    Lua
    View on GitHub↗536
  • wilhantian/catuiwilhantian avatar

    wilhantian/catui

    114View on GitHub↗

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

    Lua
    View on GitHub↗114