OpenFX plug-in boilerplate
Just opened my repository with OpenFX boilerplate code: https://github.com/ssoj13/boilerplate_openfx
OpenFX API allows you to make image plug-ins. Once you have it installed to some centralized location, it will be available for all packages supporting OpenFX: Nuke, Houdini, Davinci Resolve (screenshot).

Previously I had some problems with the original library as dependency, but looks like it was added to Conan, so no need for Vcpkg or submodule anymore and everything is clean and reproducible everywhere.
Idea here is simply to focus on logic implementation and leave boring stuff like dependencies and automation to Conan and Github. Just clone it and use as you want, if you want.