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
- Host: GitHub
- URL: https://github.com/rideu/monogame-crux
- Owner: Rideu
- License: unlicense
- Created: 2018-05-10T12:21:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T16:32:50.000Z (almost 6 years ago)
- Last Synced: 2025-03-03T17:17:08.291Z (over 1 year ago)
- Topics: gamedev, monogame, ui
- Language: C#
- Homepage:
- Size: 28.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Monogame/Crux
[](https://ci.appveyor.com/project/Rideu/monogame-crux) [](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:

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