1.0.1 • Published 4 years ago

gbt-player v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

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-player

or you can install it as a dev-dependency in your project (like if you are using gbdk.js):

npm i -D gbt-player

Then use it with:

gbt-player

development

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.git

To build:

make

This will overwrite gbt-player.js and gbt-player.wasm.

1.0.1

4 years ago