Hello everyone,
I would like to share an ongoing personal Qt/C++ project named PlugFrame.
The goal of the project is to experiment with a modular runtime architecture based on Qt plugins in order to build extensible and configurable applications.
This architecture is currently being used in another project called OpLink, dedicated to supervision and control systems in the fields of home and building automation.
The work mainly focuses on:
modular application composition,
runtime plugin integration,
application extensibility,
and cross-platform support using Qt/CMake (currently Linux desktop and Raspberry Pi).
The project is still under active development, but I would be very interested in technical feedback or discussions with people interested in modular Qt architectures.
GitHub:
PlugFrame: https://github.com/ELEKDOM/PlugFrame
OpLink: https://github.com/ELEKDOM/OpLink
Short presentation of OpLink (video in French):
https://www.youtube.com/watch?v=x41Cz12qT5k
Best regards,
Christophe