Pmad.Milsymbol 0.1.14

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

// Install Pmad.Milsymbol as a Cake Tool
#tool nuget:?package=Pmad.Milsymbol&version=0.1.14                

Milsymbol for C#

NuGet

Symbol Icon rendering

Simple wrapper around milsymbol with a Javascript interpreter to allow server usage.

Includes a SVG to PNG render library based on Skia. This allow to have a PNG result very close to milsymbol running on Chrome.

Despite having an interpreted JavaScript backend, performance is honorable : 0.3 msec per SVG symbol (vs 0.01 msec in browser, x30 slower), 1.5 msec per PNG symbol (vs 0.6 msec in browser, x3 slower).

Long term goal is to rewrite everything in C#, but keep parity with JS library.

Usage:

using var generator = new SymbolIconGenerator();
var symbolPng = generator.Generate("30031000131211050000").ToPng();

APP-6D database

App6dSymbolDatabase.Default.SymbolSets : Information about APP-6D coding.

App6dSymbolIdBuilder : Tool to generate an APP-6D Symbol identification coding.

App6dSymbolId : Tool to parse an APP-6D Symbol identification coding.

Product Compatible and additional computed target framework versions.
.NET 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 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Pmad.Milsymbol:

Package Downloads
Pmad.Milsymbol.AspNetCore

MVC compatible components for Milsymbol manipulation and ORBAT display.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.14 86 1/2/2025
0.1.2 97 11/19/2024