thinkpixellab / PxLoader

PxLoader is a simple JavasScript library for creating preloaders and resource downloaders for HTML5 apps.
http://thinkpixellab.com/pxloader
1.11k stars 173 forks source link

Remove SoundManager2 dependency? #27

Open andyinabox opened 10 years ago

andyinabox commented 10 years ago

I was getting real excited about PxLoader until I saw that the sound plugin is dependent on SoundManager2. It seems unnecessary to have SM2 as a baseline dependency for sound loading for this library, and it's making me reconsider using PxLoader for my project.

Have you considered including a simple sound loader module for basic HTML5 audio, and then a more advanced one that uses SM2 for those who want it?

jeffgreco commented 10 years ago

SM2 is overkill for my needs too, so I'd also like to see this!

Anima-t3d commented 10 years ago

You might want to check out: https://github.com/hammerlabs/PxLoader

robinnorth commented 8 years ago

This has now been implemented in #52