-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The engine should support a discovery based plugin system.
We should create a directory "plugins" in the root of the application (same level as the exe).
We iterate through all the assemblies and look for an implementation in them.
We should use an abstract class with virtual methods so we can avoid backwards compatibility issues that for example interfaces introduce.
The plugins implementation class should contain sub classes which represent the entry point to each part of the application that we allow extension for.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels