A minimal C++ framework for plug-in management. Small, cross-platform and simple to use.
Features
- Dynamic Load/Unload of plug-ins
- Plug-in usage based on the Factory Pattern
- Plug-ins version control
- Generation of glue code through macros
License
zlib/libpng LicenseFollow Pluma
Other Useful Business Software
Simplify IT and security with a single endpoint management platform
NinjaOne automates the hardest parts of IT, delivering visibility, security, and control over all endpoints for more than 20,000 customers.
The NinjaOne automated endpoint management platform is proven to increase productivity, reduce security risk, and lower costs for IT teams and managed service providers. The company seamlessly integrates with a wide range of IT and security technologies. NinjaOne is obsessed with customer success and provides free and unlimited onboarding, training, and support.
Rate This Project
Login To Rate This Project
User Reviews
-
Nice Work.
-
Pluma seems to be one of the easiest and most straight-forward C++ Plugin frameworks. I used it in one of my projects and will use it in future projects again.
-
Pluma-framework works perfect.
-
Easy to use, small and cross platform. There are still some flaws, like the lacks of support for exceptions ("fprintf(stderr,message);" is used instead, which does not allow easy error management), some C-style cast where C++ reinterpret_cast could be used, and it may give easier access to few things, but it is globally a good tool.