awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्ट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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • scwang90/smartrefreshlayoutscwang90 का अवतार

    scwang90/SmartRefreshLayout

    25,141GitHub पर देखें↗

    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/kivykivy का अवतार

    kivy/kivy

    18,960GitHub पर देखें↗

    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/muidcloudio का अवतार

    dcloudio/mui

    13,474GitHub पर देखें↗

    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/fusumaiberianpig का अवतार

    iberianpig/fusuma

    3,889GitHub पर देखें↗

    Fusuma is a gesture recognition daemon and multitouch input mapper for Linux systems. It operates as a background service that monitors raw input devices and translates trackpad swipes, pinches, and rotations into user-defined shell commands and keyboard shortcuts. The system utilizes a modular input framework that allows for device-specific filtering to ensure gestures are only processed from designated touchpads. It features a plugin architecture that enables the integration of external modules for custom gesture configurations and keyboard event emulation. The software covers input automa

    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