dmxvlx / micropluginsLinks
C++ plugin framework
☆52Updated 5 years ago
Alternatives and similar repositories for microplugins
Users that are interested in microplugins are comparing it to the libraries listed below
Sorting:
- CppProperties is a single header libaray for enabling the property system architecture☆39Updated 5 years ago
- A C++14 Task Manager / Scheduler☆106Updated last year
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 3 years ago
- High performance C++11 signals☆175Updated 5 years ago
- C++11 signal/slot implementation☆78Updated 3 years ago
- C++ Plugin framework☆78Updated 3 years ago
- Thread aware Signal/Slot library☆82Updated 3 months ago
- Library for comfortable work with DLL and DSO☆109Updated 2 weeks ago
- Pipelines for Modern C++☆67Updated 4 years ago
- A simple C++11 signal/slot (event/delegate) implementation based on Fast C++ Delegates☆41Updated 7 years ago
- The C++11 way of implementing the Fast Pimpl Idiom☆48Updated 12 years ago
- Object pool implementation in C++11☆99Updated 4 years ago
- A threadsafe C++ implementation of the EventBus idiom☆33Updated 5 years ago
- C++ signal and slot system☆163Updated 5 years ago
- A simple, header only event bus library written in modern C++17.☆167Updated 3 months ago
- Minimal C++ Event Bus☆89Updated 5 years ago
- Filesystem changes monitor using boost::asio © Boris Schaeling☆90Updated 3 months ago
- Header-only pure C++11 library providing signal and slot functionality☆17Updated 6 years ago
- MIF is a C++11 web-application framework designed for the backend micro-service development☆47Updated last year
- ☆67Updated 5 years ago
- Lightweight C++ Signals and Slots implementation☆34Updated 6 months ago
- A simple C++11 reflection/serialization framework.☆130Updated 9 years ago
- Simple C++ cross-platform plugin system☆161Updated 8 years ago
- Comprehensive benchmarks for a majority of GitHub c++ signal slot implementations and others.☆141Updated 2 years ago
- C++ asynchronous promises like a Promises/A+☆44Updated 2 years ago
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆85Updated 2 years ago
- any lite - A C++17-like any, a type-safe container for single values of any type for C++98, C++11 and later in a single-file header-only …