NotOfficer / Usmap.NET

A .NET parser for .usmap files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usmap.NET

A .NET parser for .usmap files

GitHub release Nuget Nuget DLs GitHub issues GitHub License

Example Usage

using UsmapDotNet;

var usmap = new Usmap(@"C:\Test\Example.usmap", new UsmapOptions
{
    //Oodle = oodleInstance,
    SaveNames = false
});

Info

The UsmapOptions.Oodle instance is only required for loading oodle compressed usmap files.
Oodle decompression has been tested on windows and linux (x64).

NuGet

Install-Package Usmap.NET

Contribute

If you can provide any help, may it only be spell checking please contribute!
I am open for any contribution.

About

A .NET parser for .usmap files

License:MIT License


Languages

Language:C# 100.0%