awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesCallback Event Handlers

Mechanisms for executing specific logic in response to UI events via closure-based callbacks.

Distinct from Closure Callbacks: The candidates focus on network connection closures or FFI-specific closure providers; this is about general UI event handling.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Callback Event Handlers. Refine with filters or upvote what's useful.

Awesome Callback Event Handlers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • exyte/popupviewالصورة الرمزية لـ exyte

    exyte/PopupView

    4,045عرض على GitHub↗

    PopupView is a SwiftUI popup library and modal view manager used to display toasts and floating alerts over active screens. It functions as an overlay animation framework and notification system for rendering non-intrusive UI elements within a SwiftUI user interface. The library provides tools for overlay popup rendering and notification management, allowing for the creation of custom views that appear above primary application content. It includes capabilities for popup background customization and layout configuration to manage screen positioning and padding. The system handles modal state

    Provides closure-based callbacks to execute custom logic when popups are triggered or dismissed.

    Swift
    عرض على GitHub↗4,045
  • soffes/hotkeyالصورة الرمزية لـ soffes

    soffes/HotKey

    1,077عرض على GitHub↗

    HotKey is a developer library for registering system-wide keyboard shortcuts in macOS applications. It binds modifier keys and key codes to system-wide identifiers using native operating system event hooks, allowing applications to respond to key combinations while running in the background. The library executes custom closures asynchronously when native keyboard monitor notifications match registered global shortcut signatures. It handles both press and release events, and automatically unregisters system hot key bindings during object deallocation to prevent stale event listeners and memory

    Executes custom closure callbacks asynchronously in response to global keyboard monitoring events.

    Swiftappkitcarboncarthage
    عرض على GitHub↗1,077
  1. Home
  2. Software Engineering & Architecture
  3. Callback Event Handlers