PxLoader is an HTML5 library for pre-loading data before you open up a new UI or, for example, enter a new chapter in your game.
What’s interesting about PxLoader is that it allows prioritizing data loading; e.g., for an user interface, first load the background components, or — for a game — images.
It’s also fairly easy (has examples of) to create a loading bar for your projects with PxLoader, which is great for games.
Overall, the library is great, except maybe for the scarce resource type support.
- Website: http://thinkpixellab.com/pxloader/















