Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 530 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 530 Bytes

FastMDX

Ultra fast MDX (WarCraft 3 model) processing library. Has ability to open, modify and save MDX files.

Written in C# via low-level unsafe code. Based on .NET Core 3.1. Library is also cross-platform.

WORK IN PROGRESS

Reforged models not supported by now.

To run the test executable:

  • Install .NET Core 3.1 framework
  • Pass mdx file path as a parameter to the executable (Test.exe in Windows, Test in Linux/Mac)