Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.21 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.21 KB

Usmap.NET

A .NET parser for .usmap files

GitHub release Nuget Nuget DLs GitHub issues GitHub License

Example Usage

using UsmapDotNet;

var usmap = Usmap.Parse("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.