Skip to content

praveenmunagapati/pluga

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pluga

Simple C++ plugin system

Circle CI Doxygen

Homepage: http://sourcey.com/pluga
Documentation: http://sourcey.com/libsourcey/api-pluga/
Dependencies: LibSourcey (base, uv)
Licence: LGPL

Pluga is a simple C++ plugin system that you can drop into your own projects. It currently supports:

  • Loading cross-platform plugins and shared libraries
  • Simple and elegant API for defining plugins
  • Strict API versioning for ABI safety

For more information take a look at this blog post which talks about the concepts and mothodology behind Pluga.

Installing

  • Install LibSourcey
  • Clone the Pluga repository in the LibSourcey src folder:
cd libsourcey/src
git clone https://github.com/sourcey/pluga.git
  • Ensure the BUILD_MODULE_pluga build variables are enabled in CMake and regenerate the LibSourcey project files
  • To build Pluga tests also enable the BUILD_TESTS and BUILD_TEST_pluga variables in CMake

Contributing

Contributions in the form of pull requests are always welcome.

  1. Fork Pluga on Github
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Issues

If you find any bugs or issues please use the Github issue tracker.

About

Simple C++ cross-platform plugin system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.5%
  • CMake 2.5%