/Usmap.NET

A .NET parser for .usmap files

Primary LanguageC#MIT LicenseMIT

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.