-
Notifications
You must be signed in to change notification settings - Fork 823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plugin extension #349
base: master
Are you sure you want to change the base?
plugin extension #349
Conversation
Thanks, this is an interesting extension. |
Thank you for your affirmation. I am just a rookie now and have limited experience. |
968d7a1
to
bd98507
Compare
8792708
to
7701e37
Compare
7701e37
to
15260c5
Compare
I have tested it on Windows 10 and ubuntu 20.04. |
38b4636
to
65a9f44
Compare
1a264fd
to
1631056
Compare
1631056
to
c0ecfc2
Compare
#335
plugins_load and plugin_text are provided to demonstrate plugin functionality.
Compile the models as dynamic link libraries and the
PluginsManager
can load and register them dynamically.When you run the
plugins_load
executable it will automatically generate thenodes
folder in its directory. Simply place the plugins (dynamic link libraries) into it.