MightyPrinny / godot-FLMusicLib

GDNative library that plays mp3, chiptune and tracker music files using Game Music Emu, Minimp3 and openmpt
Creative Commons Zero v1.0 Universal
51 stars 7 forks source link

HTML5 export #8

Open konsumer opened 3 years ago

konsumer commented 3 years ago

It'd be cool to somehow export to HTML5, or at very least fallback to ogg files with same name. Looks like someone ported libopenmpt to webasm here, but I'm not sure how godot export works with javascript libs.

konsumer commented 3 years ago

I tested the web demo just by dragging files onto the drop-image, and it worked great with mods, but didn't handle spc or nsf files. this may just be a problem with the demo, but it might need something else.