Skip to content

Commit 42f50c0

Browse files
committed
clean up ui intro readme
1 parent 0e8bac6 commit 42f50c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Docs/articles/ui.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
**MLEM.Ui** is a Ui framework for MonoGame, FNA and KNI that features elements with automatic positioning and sizing. It contains various ready-made element types like buttons, paragraphs, text fields and more, along with the ability to easily create custom controls. It supports **mouse**, **keyboard**, **gamepad** and **touch** input with little to no additional setup work required.
44

5-
To see some of what MLEM.Ui can do, you can check out [the demo](https://github.com/Ellpeck/MLEM/blob/main/Demos/UiDemo.cs) as well. If you have additional questions about MLEM.Ui after reading this article, be sure to check the [MLEM.Ui FAQ](ui_faq.md) as well!
5+
## MLEM.Ui Resources
6+
- Check out the [MLEM.Ui Gallery](ui_gallery.md) to see some games that use MLEM.Ui and get some inspiration!
7+
- To see some of what MLEM.Ui can do in action, take a look at [the demo](https://github.com/Ellpeck/MLEM/blob/main/Demos/UiDemo.cs), which is also available on [the web](https://mlem.ellpeck.de/demo).
8+
- If you have additional questions about MLEM.Ui after reading this article, be sure to check the [MLEM.Ui FAQ](ui_faq.md) as well.
69

710
## About Ui Systems
811

0 commit comments

Comments
 (0)