A stripped down example implementation of a birds eye view style drawing of a Warcraft 3™ (WC3) match.
This client aims to show the capabilities of the wc3v
file format and it's ability to represent rich data from a WC3 match.
The WC3V viewer reduces cutter and makes unit groupings based on collision checks via spacial indexing done with RBush
Vendor libraries:
A suggested way to run the wc3v
client is to install the NPM http-server
package:
npm install -g http-server
Then from the wc3v
client directory simply run http-server