Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mdsteele/gbfxr

An SFXR-like sound generator for Game Boy
https://github.com/mdsteele/gbfxr

gameboy

Last synced: 15 days ago
JSON representation

An SFXR-like sound generator for Game Boy

Awesome Lists containing this project

README

        

# gbfxr

An [SFXR](https://www.drpetter.se/project_sfxr.html)-like sound generator for
Game Boy.

## Building

To compile, first install [RGBDS](https://rgbds.gbdev.io/install), then run
`make`. The ROM file will be placed at `./out/gbfxr.gb`, and from there can be
loaded into a Game Boy emulator.

## License

gbfxr is made available under the
[MIT License](http://spdx.org/licenses/MIT.html).