iml130 / pfdl

A Production Flow Description Language for an Order-Centric Production
https://iml130.github.io/pfdl/
MIT License
9 stars 2 forks source link

Implement a plugin system #19

Open maxhoerstr opened 1 year ago

maxhoerstr commented 1 year ago

To allow users to write their own plugins for the PFDL without modifying the core code, we need to implement a plugin system that allows the usage and the import of an arbitrary amount of plugins. In Addition, the existing PFDL code most likely needs to be modified (more modularisation, clearer interfaces, ...) to allow for better plugin developement.