ChuGUI (v0.1.1) — ChuGUI API Reference • Examples • Changelog
-
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 ChuGUITo update to the latest version of SMucK, run the following command:
chump update ChuGUIIf the ChuGUI library is properly loaded, the following example will run without errors:
// example.ck
@import "ChuGUI"
Congrats, you now have ChuGUI properly installed!
- For an overview of ChuGUI's components and styling system, check out the API Reference.
- Check out the Examples to get started using ChuGUI.
ChuGUI was created and is maintained by Ben Hoang.