Using sigslot as replacement of Qt signals/slots

This page summarizes the projects mentioned and recommended in the original post on /r/cpp_questions

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • sigslot

    A simple C++14 signal-slots implementation (by palacaze)

    My company wants to decrease our dependency with Qt to the GUI part only so I am looking for a signal/slot alternative. After some research, I found sigslot (https://github.com/palacaze/sigslot) which seems to handle all the case we have in our project except one: emiting a signal which is executed in another thread (in the case of a member function, in the object thread).

  • copperspice

    Set of cross platform C++ libraries (Core, Gui, Network, Multimedia, SQL, Vulkan, etc)

    If you already have a lot of use of Qt your might find CopperSpice to be a reasonable compromisehttps://www.copperspice.com/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts