Skip to content

Detect available modules #16

@pablomayobre

Description

@pablomayobre

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions