Skip to content

ChuGUI: A flexible immediate-mode 2D GUI toolkit for ChuGL.

Oran2009/ChuGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ChuGUI: A flexible immediate-mode 2D GUI toolkit for ChuGL.

ChuGUI (v0.1.1)ChuGUI API ReferenceExamplesChangelog

Installing ChuGUI

  1. Download ChucK version 1.5.5.0 or later. You can get the latest version here.

  2. 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.

Authors

ChuGUI was created and is maintained by Ben Hoang.

About

ChuGUI: A flexible immediate-mode 2D GUI toolkit for ChuGL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages