From b811e33e34b016bf401899f357c73bc85bfe58c5 Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Fri, 14 Oct 2022 12:51:12 -0600 Subject: [PATCH] readme tweaks --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ec139f65c..2f53d212b 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for instructions for downloading and fork ## Running and Building * Windows, Mac, and Linux - Build and run using the .NET SDK command line tools (`dotnet build` in the root directory). Run `UICatalog` with `dotnet run --project UICatalog`. -* Windows - Open `Terminal.Gui.sln` with Visual Studio 2019. +* Windows - Open `Terminal.sln` with Visual Studio 2022. ## Contributing @@ -168,10 +168,4 @@ Debates on architecture and design can be found in Issues tagged with [design](h ## History -This is an updated version of [gui.cs](http://tirania.org/blog/archive/2007/Apr-16.html) that Miguel wrote for [mono-curses](https://github.com/mono/mono-curses) in 2007. - -The original **gui.cs** was a UI toolkit in a single file and tied to curses. This version tries to be console-agnostic and instead of having a container/widget model, only uses Views (which can contain subviews) and changes the rendering model to rely on damage regions instead of burdening each view with the details. - -A presentation of this was part of the [Retro.NET](https://channel9.msdn.com/Events/dotnetConf/2018/S313) talk at .NET Conf 2018 [Slides](https://tirania.org/Retro.pdf) - -The most recent release notes can be found in the [Terminal.Gui.csproj](https://github.com/gui-cs/Terminal.Gui/blob/master/Terminal.Gui/Terminal.Gui.csproj) file. +See [gui-cs](https://github.com/gui-cs/) for how this project came to be. \ No newline at end of file