KilledByAPixel / ZzFX

A Tiny JavaScript Sound FX System
https://zzfx.3d2k.com
MIT License
579 stars 37 forks source link

Defold Game Engine - ZzFX Port #12

Open thejustinwalsh opened 3 years ago

thejustinwalsh commented 3 years ago

Ported ZzFX as a Defold Native Extension.

https://github.com/thejustinwalsh/zzfx-extension

It's a C++ implementation that is using containers provided by Defold, would be fairly trivial to replace the containers and use it as a base for porting to any other C++ program. Check out the Demo of the soundboard also ported to Defold.

image
thejustinwalsh commented 3 years ago

Not sure if you are going to maintain a ports list in your readme or have any plans like that. LMK and I can push a PR.