-
Notifications
You must be signed in to change notification settings - Fork 3
Gem Gui
George Michaelides edited this page May 15, 2015
·
28 revisions
A library to render GUI controls in Monogame applications.
##Controls All controls inherit from AControl. That makes it easy to add custom behavior to a control.
There are several controls defined. They can be instantiated using the Control Factory.
The Fluent Builder is an easy and readable way to setup your controls
##Gui Hosts Controls can be grouped into GuiHosts and then organize them using the GemGui's internal screen management system.
##Get Started A get started Gist that previews some basic features.