eventpp
« Back to VersTracker
Description:
Event Dispatcher and callback list for C++
Type: Formula  |  Latest Version: 0.1.3@0  |  Tracked Since: Dec 17, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: c++ library event-driven header-only callback
Install: brew install eventpp
About:
eventpp is a lightweight C++ library for event dispatching and callback management. It provides a type-safe event dispatcher and a callback list, enabling decoupled communication between software components. Its main value is offering high performance with a simple, header-only API that integrates easily into existing C++ projects.
Key Features:
  • Header-only library for easy integration
  • Type-safe event dispatcher and callback list
  • High performance with minimal overhead
  • Supports various filtering and processing policies
Use Cases:
  • Implementing observer patterns in C++ applications
  • Decoupling UI components from business logic
  • Building custom event-driven systems and frameworks
Alternatives:
  • Boost.Signals2 – Part of the larger Boost collection, offering similar functionality but with a heavier dependency.
License: Apache-2.0
Bottles available for: all
Version History
Detected Version Rev Change Commit