plugin extension - #349
Conversation
paceholder
commented
Dec 18, 2022
Thanks, this is an interesting extension. |
zmoth
commented
Dec 19, 2022
Thank you for your affirmation. I am just a rookie now and have limited experience. |
8792708 to
7701e37Compare
I have tested it on Windows 10 and ubuntu 20.04. |
38b4636 to
65a9f44Compare1a264fd to
1631056Compare
#335
plugins_load and plugin_text are provided to demonstrate plugin functionality.
Compile the models as dynamic link libraries and the
PluginsManagercan load and register them dynamically.When you run the
plugins_loadexecutable it will automatically generate thenodesfolder in its directory. Simply place the plugins (dynamic link libraries) into it.