Userinterface for MonoGame or XNA NuGet Package

Simple Userinterface for MonoGame.
- TextBox
- Label
- Button
- Window
- CheckBox
- ImageBox
- ComboBox
- ScrollBar
- TabNavigation

Including an InputManager for Touch/Keyboard/Mouse and GamePads.

In Game1.cs Initialize:
Components.Add(new UserInterfaceManager(this));
Components.Add(new InputManager(this));
base.Initialize();

Add controls with UserInterfaceManager.Add.




Got any Userinterface for MonoGame or XNA Question?





Info

Version: 0.1.3
Author(s): Thomas Christof
Last Update: Saturday, October 8, 2016
.NET Fiddle: Create the first Fiddle
NuGet Url: https://www.nuget.org/packages/MonoGameUI


Install
Install-Package MonoGameUI
dotnet add package MonoGameUI
paket add MonoGameUI
MonoGameUI Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

avg-downloads-per-day

1

days-since-last-release

2729