PonzianiComponents 0.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package PonzianiComponents --version 0.4.0
NuGet\Install-Package PonzianiComponents -Version 0.4.0
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="PonzianiComponents" Version="0.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PonzianiComponents --version 0.4.0
#r "nuget: PonzianiComponents, 0.4.0"
#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.
// Install PonzianiComponents as a Cake Addin
#addin nuget:?package=PonzianiComponents&version=0.4.0

// Install PonzianiComponents as a Cake Tool
#tool nuget:?package=PonzianiComponents&version=0.4.0

This package offers .Net 6 based chess-related blazor components and a library providing some for chess related functionality:

PonzianiComponents

  • Chessboard: Interactive Chessboard Blazor-Component
  • Scoresheet: Blazor-Component to list chess moves with support for comments and variations
  • Engine: Component which allows to integrate an engine (Stockfish 14.1 WASM) into your Blazor App
    • Engine Log: a component to output the engine's log
    • EvaluationGauge: a component rendering an evaluation bar

PonzianiComponents.Chesslib

API offering legal move generation, PGN parsing, ...

New in Version 0.2: Styling options (colors for squares, highlighting, comment texts, ..)

New in Version 0.2.1: Chess960 Support

New in Version 0.2.2: Language-Support for Movetexts in Scoresheet component

New in Version 0.2.3: Support for long algebraic, figurine and ICCF notation

New in Version 0.2.4: Improved ECO classification Empty rows in Scoresheet

New in Version 0.3.0: Upgrade to .Net 6

New in Version 0.4.0: Engine Component (for embedding Webassembly port of Stockfish into application)

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 was computed.  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 was computed.  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. 
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
0.5.1 980 2/13/2022
0.5.0 688 1/3/2022
0.4.0 707 12/8/2021
0.3.0 6,920 11/23/2021
0.2.4 762 10/2/2021
0.2.3 728 9/23/2021
0.2.2 724 9/22/2021
0.2.1 730 9/21/2021
0.2.0 764 9/19/2021
0.1.1 706 9/15/2021

Engine Component allowing to embed interactive analysis with Stockfish