ConsoleAppVisuals 3.6.1

Prefix Reserved
dotnet add package ConsoleAppVisuals --version 3.6.1
                    
NuGet\Install-Package ConsoleAppVisuals -Version 3.6.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ConsoleAppVisuals" Version="3.6.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ConsoleAppVisuals" Version="3.6.1" />
                    
Directory.Packages.props
<PackageReference Include="ConsoleAppVisuals" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ConsoleAppVisuals --version 3.6.1
                    
#r "nuget: ConsoleAppVisuals, 3.6.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ConsoleAppVisuals@3.6.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ConsoleAppVisuals&version=3.6.1
                    
Install as a Cake Addin
#tool nuget:?package=ConsoleAppVisuals&version=3.6.1
                    
Install as a Cake Tool

ConsoleAppVisuals

User-friendly .NET visuals library designed for console apps.

version downloads stars coverage license lines

title

Documentation

We highly recommend you to read the documentation to get started with the library. It contains a detailed guide on how to use the library, its features, and additional articles for the curious ones.

First steps into the library

Principle

The library is designed to be user-friendly and easy to use. It is based on the concept of "visuals" which are elements that can be displayed in the console. There are two types of visuals:

  • Passive visuals: elements that do not change by themselves, you may display several from the same type at the same time
  • Interactive visuals: elements that can be updated and create a response that can be collected, you may display only one at a time
  • Animated visuals: in-between passive and interactive visuals, they provide an interaction to stop them but do not require a response, you may display only one at a time.

These visuals are stored in Window as a list. From this class, you can display the visuals, add, remove, or update them. Each one of the visual element has its rendering method that lets the Window display it.

The basics of the interaction between the library and the console are defined in the Core class.

Install

Install the library for your project using the .NET CLI:

dotnet add package ConsoleAppVisuals

Install the library for Visual Studio users, go through this tutorial.

Use flow

After installing the library, start by adding the following statement at the beginning of your file:

using ConsoleAppVisuals;
using ConsoleAppVisuals.PassiveElement;
using ConsoleAppVisuals.InteractiveElement;

And then, add the following line to your Main method to set up the console:

Window.Open();

The first step is to create an element to display. For example, let's create a Title element:

Title example = new Title("Hello world!");

Then, you can add it to Window:

Window.AddElement(example);

Finally, you can display the Window:

Window.Render(example);

Do not forget to close the Window at the end of your program:

Window.Close();

Supported .NET versions

Version Supported
net9.x
net8.x
net7.x
net6.x
< net6.x

Roadmap

The library is still in active development. The next feature and bug resolutions are listed in the Project section of the GitHub repository.

Security Policy

Consider reading our SECURITY policy to know more about how we handle security issues and how to report them. You will also find the stable versions of the project.

Acknowledgments

Consider reading the ACKNOWLEDGMENTS file. It's a testament to the collaborative effort that has gone into improving and refining our library. We're deeply grateful to all our contributors for their invaluable input and the significant difference they've made to the project.

It also lists the open source projects that have been used to build this library until now.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. To do so, follow the steps described in the CONTRIBUTING file.

We are always open for feedback and discussions. If you are using our library and want to share your use case, or if you have any suggestions for improvement, please feel free to open an issue or open a discussion on our GitHub repository. Your input helps us understand possible use cases and make necessary improvements.

Do not hesitate to star and share the project if you like it!

License

Distributed under the GNU GPL v2.0 License. See LICENSE for more information.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.6.1 99 7/28/2025
3.6.0 171 5/5/2025
3.5.5 138 4/4/2025
3.5.4 160 11/15/2024
3.5.3 151 9/3/2024
3.5.2 220 4/20/2024
3.5.1 164 4/5/2024
3.5.0 153 4/2/2024
3.5.0-rc 128 4/2/2024
3.5.0-beta.1 97 3/28/2024
3.5.0-beta 122 3/27/2024
3.5.0-alpha 108 3/26/2024
3.4.0 162 3/23/2024
3.4.0-beta 127 3/22/2024
3.3.1 172 3/20/2024
3.3.0 185 3/16/2024
3.2.6 164 3/14/2024
3.2.5 148 3/14/2024
3.2.4 178 3/13/2024
3.2.3 171 3/7/2024
3.2.2 171 3/7/2024
3.2.1 146 3/7/2024
3.2.0 161 3/5/2024
3.1.3 160 3/4/2024
3.1.2 165 3/3/2024
3.1.1 188 3/2/2024
3.1.0 179 3/2/2024
3.0.8 146 2/29/2024
3.0.7 166 2/18/2024
3.0.6 165 2/17/2024
3.0.5 203 1/10/2024
3.0.4 171 1/7/2024
3.0.3 172 1/6/2024
3.0.2 191 1/2/2024
3.0.1 159 1/2/2024
3.0.0 165 1/1/2024
2.7.10 164 12/31/2023
2.7.9 146 12/30/2023
2.7.8 177 12/24/2023
2.7.7 149 12/17/2023
2.7.6 163 12/13/2023
2.7.5 178 12/13/2023
2.7.4 140 12/12/2023
2.7.3 158 12/12/2023
2.7.2 140 12/12/2023
2.7.1 122 12/12/2023
2.7.0 154 12/11/2023
2.6.2 143 12/11/2023
2.6.1 154 12/11/2023
2.6.0 163 12/11/2023
2.5.2 152 12/9/2023
2.5.1 172 12/8/2023
2.5.0 128 12/8/2023
2.4.4 140 12/6/2023
2.4.3 198 11/23/2023
2.4.2 149 11/23/2023
2.4.1 143 11/23/2023
2.3.0 150 11/21/2023
2.2.5 157 11/21/2023
2.2.4 165 11/21/2023
2.2.3 142 11/21/2023
2.2.2 147 11/21/2023
2.2.1 150 11/21/2023
2.2.0 170 11/21/2023
2.1.0 178 11/15/2023
2.0.4 132 11/13/2023
2.0.3 201 10/19/2023
2.0.2 174 10/19/2023
2.0.0 161 10/18/2023
1.0.5 155 10/16/2023
1.0.4 178 10/10/2023
1.0.3 152 10/10/2023
1.0.2 164 10/10/2023
1.0.1 161 10/10/2023
1.0.0 188 10/10/2023