1.0.1 • Published 6 years ago
gbt-player v1.0.1
This is a wasm-compiled version of gbt-player for use in nodejs.
It's meant to make it very easy to use in node-environments (like with gbdk.js).
You can use it to convert MOD music files into a format gameboy can use.
installation
You can install the CLI globally:
npm i -g gbt-playeror you can install it as a dev-dependency in your project (like if you are using gbdk.js):
npm i -D gbt-playerThen use it with:
gbt-playerdevelopment
This is mostly just a very thin wrapper around gbt-player.
If you want to work on it, you need emcc installed.
Clone the repo, recursively:
git clone --recursive https://github.com/konsumer/gbt-player.js.gitTo build:
makeThis will overwrite gbt-player.js and gbt-player.wasm.
1.0.1
6 years ago