Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.16 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.16 KB

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.

forthebadge

Language iso: C++ Version Platform

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 kambiz.ceo@gmail.com

ToDo

  • Add more functions and features.