To further future boot strapping and improve current organization, adding a bootstrap plugin system which will be responsible for placing modules into the BootstrapPluginSystem. Like the full madz system this will also use and ECS. However it will provide very few features specifically:
- Namespace of current object.
- Implementation searching within madz.
- Dependency load order within madz (for posterity sake).
These are the features which will be required to bootstrap madz's internal features into the actual module/plugin system in due time.
To further future boot strapping and improve current organization, adding a bootstrap plugin system which will be responsible for placing modules into the
BootstrapPluginSystem. Like the full madz system this will also use and ECS. However it will provide very few features specifically:These are the features which will be required to bootstrap madz's internal features into the actual module/plugin system in due time.