Skip to content
George Michaelides edited this page May 15, 2015 · 28 revisions

Gem Gui

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.

Clone this wiki locally