Skip to content

NotOfficer/Usmap.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.