LovelyImgui - An Immediate Mode GUI Library for Love2D

Showcase your libraries, tools and other projects that help your fellow love users.
Post Reply
User avatar
YoungNeer
Party member
Posts: 118
Joined: Wed May 15, 2019 7:49 am

LovelyImgui - An Immediate Mode GUI Library for Love2D

Post by YoungNeer »

LovelyImgui is a WIP immediate-mode gui written in pure Lua. It attempts to be simple, stupid and highly customizable!

Currently it doesn't support that many widgets but in the future (perhaps with support of contributors :3 ) it'll support many essential widgets and features! This limitation doesn't mean it's not fit for development - infact a complete project has been made with this GUI!!

Here's a snippet showing a basic imgui created with Lovely-Imgui::

Code: Select all

imgui = require 'imgui'

function love.draw()
  if imgui.button('Hello world') then
    imgui.label('You are clicking on the button!!')
  end
  imgui.draw()
end
Attachments
lovely-imgui-demo.love
(136.22 KiB) Downloaded 404 times
My Github- your contribution is highly appreciated
Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 44 guests