curiosity-ai / h5

🚀 The next generation C# to JavaScript compiler
https://github.com/curiosity-ai/h5
Apache License 2.0
211 stars 30 forks source link

Added howler package #43

Closed thomz12 closed 3 years ago

thomz12 commented 3 years ago

Added package for howler audio library.

Decompiled the Retyped.howler package and modified it to work with H5.

I added a build-h5-howler.yml as well. Can you make sure that's correct? (I just replaced everything with howler from the p2 yml)

I hope I got everything right, so you don't have to change anything. Let me know if I didn't!

thomz12 commented 3 years ago

Kinda unrelated, but this is using the howler audio: https://ldjam.com/events/ludum-dare/48/debt-collector

Thought it might be fun to see what I'm using H5 for :)

theolivenbaum commented 3 years ago

@thomz12 package is already online: https://www.nuget.org/packages/h5.howler/ ✨

really nice work with the game - will give it a try here 😄