Utilities for creating and managing dynamically loaded libraries, mainly for C/C++ plug-ins support
On a terminal, get the GitHub code repository with:
$ git clone https://github.com/AeroTechLab/Plugin-Loader [<my_project_folder>]
Plug-in Loader consists of a single header file of common variables and function declarations. Simply include it in both plug-in and host projects