Skip to content

Plugins #110

@Av3boy

Description

@Av3boy

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.

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