Pmad.Milsymbol
0.1.14
dotnet add package Pmad.Milsymbol --version 0.1.14
NuGet\Install-Package Pmad.Milsymbol -Version 0.1.14
<PackageReference Include="Pmad.Milsymbol" Version="0.1.14" />
paket add Pmad.Milsymbol --version 0.1.14
#r "nuget: Pmad.Milsymbol, 0.1.14"
// 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#
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 | 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)
- Svg.Skia (>= 2.0.0.2)
- System.Text.Json (>= 9.0.0)
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.