ChuGUI (v0.1.2) — ChuGUI API Reference • Examples
Installing ChuGUI
-
Download ChucK version 1.5.5.0 or later. You can get the latest version here.
-
To install ChuGUI, run the following command (which uses ChucK’s new package manager, ChuMP):
chump install ChuGUI
Updating ChuGUI
To update to the latest version of SMucK, run the following command:
chump update ChuGUI
Running ChuGUI
Minimal Example
If the ChuGUI library is properly loaded, the following example will run without errors:
// example.ck
@import "ChuGUI"
Congrats, you now have ChuGUI properly installed!
Learning ChuGUI
- For an overview of ChuGUI’s components and styling system, check out the API Reference.
- Check out the Examples to get started using ChuGUI.