ViewdataDisplay 0.0.5
See the version list below for details.
dotnet add package ViewdataDisplay --version 0.0.5
NuGet\Install-Package ViewdataDisplay -Version 0.0.5
<PackageReference Include="ViewdataDisplay" Version="0.0.5" />
<PackageVersion Include="ViewdataDisplay" Version="0.0.5" />
<PackageReference Include="ViewdataDisplay" />
paket add ViewdataDisplay --version 0.0.5
#r "nuget: ViewdataDisplay, 0.0.5"
#:package ViewdataDisplay@0.0.5
#addin nuget:?package=ViewdataDisplay&version=0.0.5
#tool nuget:?package=ViewdataDisplay&version=0.0.5
Viewdata Display
This library is designed to offer a simple way to create a Viewdata (Videotext) display.
By passing a stream of Viewdata characters to one of the Write methods of this component, it will create a correctly formatted Viewdata display object that can be consumed by any DotNet project such as a WPF, Avalonia project.
If the library is used with the MODE7GFX.TTF font, the Display.Chars display property can be used directly to present Sixel graphics, Double Height, Conceal, Reveal, Flass etc.
Getting Started
DisplayManager
The primary object for interfacing with this library is the DisplayManager. This will create a blank display accessible via the DidplayManager.Display property.
DisplayManager.Display returns a collection of 1000 Char objects representing 25 rows of 40 characters. The Char object has all of the following attributes.
Char.Foreground = Foreground Colour
Char.Background = Background Colour
Char.Value = Character Value
Char.InVisible = Visibility of the character
Char.InvisibleForeground = Visibility of the foreground
Char.Control = True if the character is a control character;
Char.Flash = True if the character is a flashig character
Char.Concealed = true if the character is concealed
Char.Separated = True if the character is a separated Alpha-Mosaic graphics character
Char.Graphic = True if the character is an Alpha-Mosaic graphics character
Char.GraphicsHold = True if the character is a graphics hold character
Char.DoubleHeight = True if the character is a double height character
DisplayManager.Write
By passing raw Viewdata characters including all escape codes ets to one of the write methods, the Display object will be correctly formatted with the appropriate attributes set for each character position.
DisplayManager.Cursor
The Cursor property allows an underscore character to be placed anywhere on the screen.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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. |
-
net9.0
- No dependencies.
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 |
|---|---|---|
| 1.1.3 | 101 | 8/3/2026 |
| 1.1.2 | 104 | 8/2/2026 |
| 1.1.0 | 100 | 7/29/2026 |
| 1.0.3 | 106 | 7/23/2026 |
| 1.0.2 | 107 | 7/22/2026 |
| 1.0.1 | 115 | 7/22/2026 |
| 1.0.0 | 94 | 7/21/2026 |
| 0.3.2 | 99 | 7/21/2026 |
| 0.3.0 | 102 | 7/19/2026 |
| 0.1.0 | 114 | 7/13/2026 |
| 0.0.6 | 98 | 7/12/2026 |
| 0.0.5 | 112 | 7/10/2026 |
| 0.0.4 | 111 | 7/9/2026 |
| 0.0.3 | 110 | 7/8/2026 |
| 0.0.2 | 117 | 7/7/2026 |
| 0.0.1 | 111 | 7/6/2026 |