An open API service indexing awesome lists of open source software.

https://github.com/rideu/monogame-crux

UI solutions for MonoGame
https://github.com/rideu/monogame-crux

gamedev monogame ui

Last synced: 3 months ago
JSON representation

UI solutions for MonoGame

Awesome Lists containing this project

README

          

# Monogame/Crux
[![Build status](https://ci.appveyor.com/api/projects/status/2coq9k1c88pylwv1?svg=true)](https://ci.appveyor.com/project/Rideu/monogame-crux) [![NuGet version](https://badge.fury.io/nu/Monogame-Crux.svg)](https://badge.fury.io/nu/Monogame-Crux)

This addon contains the set of various tools for basic UI and text formatting on MonoGame.
# TextBuilder sample
```c#
"{blue();}MonoGame is free {#(25,25,25);}software used by game {#(255,170,0):p;}
developers to make {@p;} their {blue():h;}Windows and Windows Phone games run on other systems. "
```
The result is shown below:

![Sample#1](https://i.imgur.com/s7SCkl1.gif)

[More info](https://github.com/Rideu/monogame-crux/wiki)
------