Implement everything except the engine core functionality as plugin. A plugin is implemented similarly to a verb. For example, we would have an overrideDll plugin.
The advantage of this would be:
- not one gigantic Wine script
- other repositories can easily add/replace plugins (this fits very well into our general concept)
Implement everything except the engine core functionality as plugin. A plugin is implemented similarly to a verb. For example, we would have an
overrideDllplugin.The advantage of this would be: