mirror of
https://github.com/TangentFoxy/Pop.Box.git
synced 2024-12-15 12:44:20 +00:00
640 B
640 B
Pop.Box
Do not mix with Cola.
Pop.Box attempts to make a GUI system for use in the LÖVE engine that is easy to use, requiring as little code as possible to get working, but also extensible, allowing for complex interfaces to be built in it.
I've never written a GUI library before..so we'll see how that goes.
Features
local pop = require "pop"
-- define love callbacks here
local box = pop.box()
box
is a box for containing things.text
is a class for handling text.- Nothing else! Is alpha, just started.