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

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

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

4 مستودعات

Awesome GitHub RepositoriesMultitouch Gesture Processing

Specialized handling of simultaneous multiple-finger inputs and complex touch patterns.

Distinct from Interaction Handling: Focuses specifically on multi-finger touch concurrency and gestures, whereas Interaction Handling is more general UI event logic.

Explore 4 awesome GitHub repositories matching user interface & experience · Multitouch Gesture Processing. Refine with filters or upvote what's useful.

Awesome Multitouch Gesture Processing GitHub Repositories

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

    scwang90/SmartRefreshLayout

    25,141عرض على GitHub↗

    SmartRefreshLayout is a pull-to-refresh framework and gesture interaction library for Android. It provides a scroll view wrapper that integrates interactive refresh headers and loading footers into mobile user interfaces, coordinating synchronized scrolling and touch events. The project features a pluggable architecture for custom refresh indicators and secondary refresh mechanisms. It utilizes damping-based gesture translation and overscroll rebound mechanisms to manage the tactile feel of drag resistance and physics-based animations. The library covers a broad range of interaction logic, i

    Handles simultaneous finger inputs to drive refresh animations without interrupting the main scroll logic.

    Javaandroidandroid-uifooter
    عرض على GitHub↗25,141
  • kivy/kivyالصورة الرمزية لـ kivy

    kivy/kivy

    18,960عرض على GitHub↗

    Kivy is a cross-platform Python GUI framework used to build graphical user interfaces that run on desktop and mobile operating systems from a single codebase. It functions as a multi-touch UI library and a custom widget toolkit, providing a development environment for packaging Python applications into binary installations for Android and iOS. The framework is distinguished by its ability to handle complex multi-touch gestures and interactive input across various devices. It utilizes a specialized domain language for declarative UI construction to separate visual layout definitions from Pytho

    Implements a specialized system for processing complex multi-touch gestures and interactive inputs across diverse hardware.

    Pythonandroidappios
    عرض على GitHub↗18,960
  • dcloudio/muiالصورة الرمزية لـ dcloudio

    dcloudio/mui

    13,474عرض على GitHub↗

    mui is a mobile UI component framework and native-like web UI kit designed for building high-performance mobile web interfaces. It functions as a mobile web performance framework and gesture-based interface library to eliminate browser lag and mimic the behaviors and animations of native mobile applications. The framework focuses on implementing common mobile UX patterns, including pull-to-refresh functionality, swipe-to-action menus, and sliding side navigation. It provides specialized tools for gesture-driven interface development to ensure an immediate visual response to touch interactions

    Processes touch interactions through a native event layer for immediate visual response.

    JavaScriptandroidcssdcloud
    عرض على GitHub↗13,474
  • iberianpig/fusumaالصورة الرمزية لـ iberianpig

    iberianpig/fusuma

    3,889عرض على GitHub↗

    Fusuma هي خدمة خلفية لنظام Linux تراقب مدخلات اللمس المتعدد الخام من لوحات اللمس (trackpads) لتشغيل إجراءات النظام المحددة من قبل المستخدم. تعمل كمحرك للتعرف على الإيماءات يقوم بترجمة أنماط السحب والقرص إلى أوامر shell، واختصارات لوحة المفاتيح، وعناصر تحكم مدير النوافذ. يتميز المشروع ببنية إضافات (plugin) معيارية تسمح بالتوسع الديناميكي لقدرات التعرف على الإيماءات وسلوكيات النظام المخصصة. ويوفر تحكماً دقيقاً في معالجة المدخلات من خلال تطبيق تصفية خاصة بالجهاز وضبط الحساسية، مما يضمن التعرف على الإيماءات بناءً على عتبات دقيقة للمسافة والوقت. يدعم المحرك تدفقات عمل تفاعلية معقدة من خلال الجمع بين أنماط الإيماءات وحالات مفاتيح التعديل وبوابات المنطق. وهذا يسمح بتنفيذ الأوامر المشروطة وإدارة النوافذ أو مساحات العمل المؤتمتة. يعمل البرنامج كخلفية (daemon) مستمرة، تحافظ على مراقبة المدخلات عبر جلسات المستخدم مع توفير خيارات تكوين لإعدادات لوحة اللمس على مستوى الأجهزة.

    Processes simultaneous multiple-finger inputs to translate complex touch patterns into system actions.

    Rubygesturegesture-recognitionlibinput
    عرض على GitHub↗3,889
  1. Home
  2. User Interface & Experience
  3. Interaction Handling
  4. Multitouch Gesture Processing

استكشف الوسوم الفرعية

  • Native Event Layer ProcessingProcesses touch events through a native system layer to eliminate browser lag. **Distinct from Multitouch Gesture Processing:** Focuses on the native-layer event processing for latency reduction rather than just handling multi-finger concurrency