PenguinGUI
PenguinGUI copied to clipboard
RMGUI library for Starbound lua canvases
PenguinGUI
OO GUI library for Starbound lua canvases
API Docs
API documentation is available here: http://penguintoast.github.io/PenguinGUI/doc/index.html
Usage
See penguingui/testobject/ and http://penguintoast.github.io/PenguinGUI for example usage
Development
If you plan on forking the repository and developing, make sure you run
ln -s ../hooks .git/hooks
in the repository root to have it generate penguingui.lua every time you commit (Assuming you're on linux).