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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
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.