Skip to content

Commit bf712e1

Browse files
committed
Add Examples links to README and website
1 parent e0bde1b commit bf712e1

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515

1616
**SharpConsoleUI** is a modern .NET 9 TUI framework that combines Spectre.Console's rich markup with true multi-window capabilities. **Cross-platform from the ground up.** Each window can run on its own dedicated thread, updating independently without blocking others. **Build beautiful UIs with familiar [markup] syntax everywhere.** No complex styling APIs, just `[bold red]text[/]` and it works. The double-buffered console driver built on .NET's native Console API eliminates flicker and ensures smooth rendering. **Any Spectre.Console widget (Tables, BarCharts, Trees, Panels) works as a window control.** Wrap any `IRenderable` and it just works. Direct CharacterBuffer access with PreBufferPaint/PostBufferPaint hooks lets you build custom rendering, visual effects, or even games (the Snake example renders its canvas this way). Fluent builders for windows, controls, and layouts.
1717

18-
## 📚 Documentation
19-
2018
**Visit the project website: [nickprotop.github.io/ConsoleEx](https://nickprotop.github.io/ConsoleEx/)**
2119

20+
**Browse examples with screenshots: [EXAMPLES.md](docs/EXAMPLES.md)**
21+
2222
## Showcase
2323

2424
![SharpConsoleUI Demo](docs/images/showcase.gif)

docs/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ <h1>SharpConsoleUI</h1>
220220

221221
<div class="quick-links">
222222
<a href="docfx/_site/BUILDERS.html" class="btn btn-primary">Get Started</a>
223+
<a href="EXAMPLES.html" class="btn btn-primary">Examples</a>
223224
<a href="docfx/_site/api/SharpConsoleUI.html" class="btn btn-secondary">API Reference</a>
224225
<a href="https://github.com/nickprotop/ConsoleEx" class="btn btn-secondary">GitHub</a>
225226
</div>
@@ -290,6 +291,7 @@ <h2>Quick Start</h2>
290291
</section>
291292

292293
<section class="quick-links">
294+
<a href="EXAMPLES.html" class="btn btn-secondary">Examples Gallery</a>
293295
<a href="docfx/_site/CONTROLS.html" class="btn btn-secondary">Controls Documentation</a>
294296
<a href="docfx/_site/STATE-SERVICES.html" class="btn btn-secondary">State Services</a>
295297
<a href="docfx/_site/COMPOSITOR_EFFECTS.html" class="btn btn-secondary">Compositor Effects</a>

0 commit comments

Comments
 (0)