updated docs further, added UICatalog API, clean up

This commit is contained in:
Charlie Kindel
2020-05-23 19:39:15 -06:00
parent b2fc685622
commit 78cd1bbd1e
97 changed files with 13953 additions and 2720 deletions

View File

@@ -2,6 +2,8 @@
A simple UI toolkit for .NET, .NET Core, and Mono that works on Windows, the Mac, and Linux/Unix.
* [Terminal.Gui Project on GitHub](https://github.com/migueldeicaza/gui.cs)
## Terminal.Gui API Documentation
* [API Reference](api/Terminal.Gui/Terminal.Gui.html)
@@ -9,6 +11,9 @@ A simple UI toolkit for .NET, .NET Core, and Mono that works on Windows, the Mac
* [Keyboard Event Processing](articles/keyboard.html)
* [Event Processing and the Application Main Loop](articles/mainloop.md)
## More Info
## UI Catalog
* [Terminal.Gui on GitHub](https://github.com/migueldeicaza/gui.cs)
UI Catalog is a comprehensive sample library for Terminal.Gui. It provides a simple UI for adding to the catalog of scenarios.
* [UI Catalog API Reference](api/UICatalog/UICatalog.html)
* [UI Catalog Source](https://github.com/migueldeicaza/gui.cs/tree/master/UICatalog)