/guiplus

Primary LanguageLuaMIT LicenseMIT

GUI+

Inspired from IgorTimofeev's GUI

Installation

To install you need to have OpenOS installed for it to work properly. Then do:

pastebin run ...

Usage

To enable the api, you need to run the following:

local gui = require("guip")
gui.clear()

Now you should make an container filling the screen:

local main = gui.addFullContainer()