Concept of Dynamic Application
This is a basic concept of dynamic software that supports plug-in feature.
More information coming soon...
Dynamic-Application is a concept cross-platform plug-in library
Note : This library is not yet complete and conceptually under development.
Building
- You need CMake tool for building source code
- All source code is written with Pure STL 1z (C++17, 20)
- MSVC 2017, GCC8.x or Clang 9.x
Note: In order to build the create, your compiler must support C++17 features.
Building extra option in CMake
cmake .. -DEENABLE_STATIC=true
Usage Example
Check the application main.cpp file.
Contribution
Bug fixes, docs, and enhancements welcome! Please let me know [email protected]
ToDo
- Add more functions and features.