Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect available modules #16

Open
pablomayobre opened this issue Jul 17, 2016 · 1 comment
Open

Detect available modules #16

pablomayobre opened this issue Jul 17, 2016 · 1 comment

Comments

@pablomayobre
Copy link
Contributor

Force loading specific modules is not nice, I would expect that disabling the sound module from conf.lua would make love-loader only load images, instead the sound module is loaded anyway because of the requires at the beginning, deleting these of course makes love-loader crash.

For a future version (maybe whenever this becomes stateless) love-loader should check for each needed module before even start loading.

This will useful in a stateless version so that only the needed loaders are loaded in each thread, for example if I want to load sounds in a thread and images in other then I would only require love.sound in one and not in the other. Also helpful when I'm only using love-loader for images, for example.

@kikito
Copy link
Owner

kikito commented Mar 11, 2018

Hi, I have marked this project as deprecated and will close all open issues. Thanks for taking the time to report this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants