Skip to content
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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

flibbertigibbet
Copy link

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.

@shermp
Copy link
Collaborator

shermp commented Nov 27, 2024

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.

@flibbertigibbet
Copy link
Author

Thanks for sharing the NickelPlugin repo! I've updated my template repo and the branch here based on the example code in NickelPlugin.

@shermp
Copy link
Collaborator

shermp commented Nov 30, 2024

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.
@flibbertigibbet
Copy link
Author

I've added support for copying over resource files and updated the example to load an image 🐈

demo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants