love-loader


Original forum thread .

Latest version:

https://github.com/kikito/love-loader

This lib will allow your game to "do stuff" (play animations, etc) while loading resources from the disk without getting "jerky". It moves the blocking calls to a separate thread, and invokes a callback when the loading is done.

Please refer to the forum post above or the latest version link for examples of use.