hello
Are there any popular open-source plug-in architectures for C++, which allowed discovering and loading shared object plug-ins during runtime or at startup via some sort of descriptor file? I had some experience with eclipse architecture, but I would like something easier than osgi bundles
Thank you