-
Notifications
You must be signed in to change notification settings - Fork 32
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
Support plugins #176
base: master
Are you sure you want to change the base?
Support plugins #176
Conversation
This allows the user to launch custom Qt GUI plugins.
Support discovering and building plugins. Include their configs.
Great to see someone picking up where I left off! I just looked through my repositories and realised I never made the separate plugin repo public. Oops. Feel free to check it out and see if there is anything useful there: NickelPlugin. I don't plan on working on it, so I've archived it. |
Thanks for sharing the NickelPlugin repo! I've updated my template repo and the branch here based on the example code in NickelPlugin. |
If you can think of ways to improve the plugin interface, feel free. What I did was the bare minimum for a proof of concept. |
Copy extra resource files added to a res/ directory in the plugin source.
Adds support for Qt GUI plugins, based on the experiment in #113.
The companion template repo supports generating a new plugin with example code and building the project.