/vgm-data-xtractor

VGM data extractor

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

VGM-data-xtractor

Extract data blocks from vgm files.

Compiling

To compile it yourself, you need CMake:

cmake -B build -S .

This command will create the executable in vgm-data-xtractor/build/vgm-data-xtractor

Running it in webassembly

To compile it using webassembly, you use PLATFORM=Web:

cmake -B build -S . -DPLATFORM=Web

And to execute it in the browser, you need a http server. Just execute this inside the html directory:

python -m http.server 8080

and point the browser to localhost:8080 or you can just access the latest version here

Missing features

  • data block decompression;