Pmad.Milsymbol
0.1.38
See the version list below for details.
dotnet add package Pmad.Milsymbol --version 0.1.38
NuGet\Install-Package Pmad.Milsymbol -Version 0.1.38
<PackageReference Include="Pmad.Milsymbol" Version="0.1.38" />
paket add Pmad.Milsymbol --version 0.1.38
#r "nuget: Pmad.Milsymbol, 0.1.38"
// Install Pmad.Milsymbol as a Cake Addin #addin nuget:?package=Pmad.Milsymbol&version=0.1.38 // Install Pmad.Milsymbol as a Cake Tool #tool nuget:?package=Pmad.Milsymbol&version=0.1.38
Milsymbol for C#
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.
Png render requires the package Pmad.Milsymbol.Png (to avoid SkiaSharp dependency when only SVG render is required).
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 | Versions 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. |
-
net8.0
- Jint (>= 4.1.0)
- System.Text.Json (>= 9.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Pmad.Milsymbol:
Package | Downloads |
---|---|
Pmad.Milsymbol.AspNetCore
MVC compatible components for Milsymbol manipulation and ORBAT display. |
|
Pmad.Milsymbol.Png
Military symbol icon render, and symbol identification coding tools for NATO APP-6D. |
GitHub repositories
This package is not used by any popular GitHub repositories.