Just published a small tool developed with raylib:
rFXGen.
It is based on the amazing
sfxr but completely adapted to raylib.
In part, I used this tool as a testbed for
raygui, a simple and easy-to-use IMGUI module I created for raylib some time ago to be used on some small tools I was developing.
Like
bfxr and other sfxr adaptations, rFXGen adds some new features, probably the most useful one is command line support for batch conversion of
.rfx and
.sfs sounds to
.wav:
| \>rfxgen -i sound.rfx -r 44100 -b 32 -c 1
|
Full source code is available on
github.
Any feedback or ideas on improvements are welcome! :)