LeviLamina
LeviLamina copied to clipboard
Add PluginAPI.h for APIs related to the plugin
Is your feature request related to a problem? Please describe.
Currently the plugins are just treated as dynamic linked libraries. However, I hope that the plugins can be managed like the packages of NodeJS or Python.
Describe the solution you'd like
- Move the plugin registration APIs to PluginAPI
- Add dependency system
- Add configuration helper
- Add data helper
- Add file helper
- Add log helper