PonzianiComponents 0.5.1

dotnet add package PonzianiComponents --version 0.5.1
NuGet\Install-Package PonzianiComponents -Version 0.5.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="PonzianiComponents" Version="0.5.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PonzianiComponents --version 0.5.1
#r "nuget: PonzianiComponents, 0.5.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.
// Install PonzianiComponents as a Cake Addin
#addin nuget:?package=PonzianiComponents&version=0.5.1

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

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)

New in Version 0.5.0: UCIEngine class allowing to interact with UCI chess engines from within .Net 6 applications

New in Version 0.5.1: Some minor improvements and bug fixes

There are no supported framework assets in this 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 948 2/13/2022
0.5.0 673 1/3/2022
0.4.0 690 12/8/2021
0.3.0 6,898 11/23/2021
0.2.4 743 10/2/2021
0.2.3 698 9/23/2021
0.2.2 699 9/22/2021
0.2.1 701 9/21/2021
0.2.0 749 9/19/2021
0.1.1 677 9/15/2021

Minor Improvements and Bug fixes