SharpConsoleUI Tutorials
Three getting-started tutorials — each builds a complete, runnable app from scratch using dotnet new console. No prior TUI framework experience required.
| Tutorial | Difficulty | Reading time | What you'll build |
|---|---|---|---|
| 1. Hello Window | Beginner | ~5 min | A window with a markup label and a Quit button |
| 2. Live Dashboard | Intermediate | ~15 min | Fullscreen two-column dashboard with a live CPU graph and scrolling log |
| 3. Settings App | Intermediate–Advanced | ~20 min | Two-window app with NavigationView, gradient sliders, and a form |
Each tutorial is self-contained — you can start any one without completing the others first.
New to SharpConsoleUI? Start with Tutorial 1: Hello Window.
Want layout and live data? Jump to Tutorial 2: Live Dashboard.
Ready for advanced patterns? Try Tutorial 3: Settings App.