This is a basic GUI toolkit for CC:Tweaked. Currently, the widgets include:
- LinearContainer
- Label
- Button
- TextField
- TextArea (unfinished)
- ListBox
- ScrollBar
The library can be cloned from GitHub using gitget:
pastebin get W5ZkVYSi gitget
gitget knector01 gui.lua master gui
Documentation is provided in the file docs.md. See demo.lua for a usage example, or check out my other software inv.lua to see the GUI toolkit used in a full program.