libtrackerboy

Support library for Trackerboy, also known as the back end of Trackerboy.

GitHub release (latest SemVer including pre-releases) GitHub Workflow Status GitHub Discord

About

libtrackerboy is a support library for Trackerboy. This library is also known as the back end of Trackerboy and is used by the graphical front end, Trackerboy, and the command line front end, tbc.

The library handles:

  • Reading/Writing trackerboy module files
  • Manipulating/reading module data
  • Gameboy APU emulation
  • Module playback
  • (Coming soon) export to tbengine format.

Use

Install Nim and then install via nimble:

nimble install https://github.com/stoneface86/libtrackerboy

See below for documentation.

Latest releases

Version Links
develop branch docs source
v0.9.0 docs source
v0.8.3 docs source
v0.8.2 docs source