Files
Terminal.Gui/docfx/index.md
Tig 49ec9b7342 Updates V2 API docs (#3060)
* Updated overview docs

* Updated toc

* Updated docs more
2023-12-17 21:52:59 -07:00

24 lines
724 B
Markdown

# Terminal.Gui v2 - Cross Platform Terminal UI toolkit for .NET
**NOTE**
>v2 is still in development (see the `v2_develop` branch). The current stable version of v1 is in the `develop` branch.
A toolkit for building rich console apps for .NET that run on Windows, the Mac, and Linux.
![Sample](images/sample.gif)
## Terminal.Gui API Documentation
* [Conceptual Documentation](~/docs)
* [API Reference](~/api/Terminal.Gui.yml)
## UI Catalog
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.yml)
* [UI Catalog Source](https://github.com/gui-cs/Terminal.Gui/tree/master/UICatalog)