Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 401 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 401 Bytes

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.