Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 2.45 KB

Showcase.md

File metadata and controls

29 lines (24 loc) · 2.45 KB

Showcase

  • UI Catalog - The UI Catalog project provides an easy to use and extend sample illustrating the capabilities of Terminal.Gui. Run dotnet run --project UICatalog to run the UI Catalog. Sample app

  • PowerShell's Out-ConsoleGridView - OCGV sends the output from a command to an interactive table. OutConsoleGridView.png

  • F7History - Graphical Command History for PowerShell (built on PowerShell's Out-ConsoleGridView). F7History.gif

  • PoshRedisViewer - A compact Redis viewer module for PowerShell written in F#. PoshRedisViewer.png

  • PoshDotnetDumpAnalyzeViewer - dotnet-dump UI module for PowerShell. PoshDotnetDumpAnalyzerViewer.png

  • TerminalGuiDesigner - Cross platform view designer for building Terminal.Gui applications. TerminalGuiDesigner.gif

  • Capital and Cargo - A retro console game where you buy, sell, produce and transport goods built with Terminal.Gui image

Examples

  • C# Example - Run dotnet run in the Example directory to run the C# Example.
  • F# Example - An example showing how to build a Terminal.Gui app using F#.
  • Reactive Example - A sample app that shows how to use System.Reactive and ReactiveUI with Terminal.Gui. The app uses the MVVM architecture that may seem familiar to folks coming from WPF, Xamarin Forms, UWP, Avalonia, or Windows Forms. In this app, we implement the data bindings using ReactiveUI WhenAnyValue syntax and Pharmacist — a tool that converts all events in a NuGet package into observable wrappers.