From da2d20e488bea690a411f1489f64968185100f84 Mon Sep 17 00:00:00 2001 From: "Rishikeshan Sulochana/Lavakumar (Work)" <92720632+ris-work@users.noreply.github.com> Date: Wed, 5 Feb 2025 22:32:51 +0530 Subject: [PATCH] Add Terminal.Gui Designer (#3902) Terminal.Gui Designer is special in the sense it is also a good companion tool, especially for rapid prototyping and for beginners. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f424e6aec..a6b1ca97b 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ cd myproj dotnet run ``` +There is also a [visual designer](https://github.com/gui-cs/TerminalGuiDesigner) (uses Terminal.Gui itself). + ## Documentation * [Getting Started](https://gui-cs.github.io/Terminal.GuiV2Docs/docs/getting-started.html)