Decouple asset loading processes from the graphics
submodule.
#67
Labels
Good practice
Indicates a proposed change that would be seen as good practice
module: engine
For features that involve the `engine` module. (optional)
module: graphics
For features that involve the `graphics` module. (optional)
Refactor
Used to flag significant codebase refactors
We currently integrate many of the lower-level asset processing routines in the
graphics
submodule, rather than separating this into its own portion of the codebase (e.g. theengine
module).The text was updated successfully, but these errors were encountered: