/PluginArchitecture

An idea for a plugin framework to generate a modular Application

Primary LanguageC#GNU General Public License v3.0GPL-3.0

PluginArchitecture

A basic Implementation for a plugin architecture.

My concept for a modular Framework that works with different plugins.
The base module can handle Input and return Values from the plugins
It can catch wrong or unsuitable files.
The whole idea is that all main funtions are handled as modules, future extensions will be loaded much like the main modules.