Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 855 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 855 Bytes

Screenshot

gui.lua

This is a basic GUI toolkit for CC:Tweaked. Currently, the widgets include:

  • LinearContainer
  • Label
  • Button
  • TextField
  • TextArea (unfinished)
  • ListBox
  • ScrollBar

Installation

The library can be cloned from GitHub using gitget:

pastebin get W5ZkVYSi gitget
gitget knector01 gui.lua master gui

Documentation

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.