Pop.Box/README.md
Paul Liverman III 486f307274 init crap
2015-11-17 19:27:06 -08:00

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.