awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Input Normalization Utilities · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesInput Normalization Utilities

Tools that translate disparate pointer, mouse, and touch events into a unified stream of interaction data.

Distinguishing note: Focuses on unifying disparate input event types into a single stream.

Explore 1 awesome GitHub repository matching user interface & experience · Input Normalization Utilities. Refine with filters or upvote what's useful.

  1. Home
  2. User Interface & Experience
  3. Input Normalization Utilities

Awesome Input Normalization Utilities GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • hammerjs/hammer.js

    hammerjs/hammer.js

    24,387View on GitHub↗

    Hammer.js is a library for recognizing touch gestures in web applications. It functions as a unified interface that translates raw pointer, mouse, and touch inputs into a consistent stream of interaction data, allowing developers to detect patterns such as taps, swipes, and pans across different browsers and hardware. The library distinguishes itself through a modular architecture that uses configurable logic blocks to evaluate input streams against specific mathematical thresholds. It maintains an internal registry of active touch points to track complex multi-finger movements like pinching

    Translates disparate pointer, mouse, and touch events into a unified stream of interaction data for consistent gesture processing.

    JavaScript
    24,387View on GitHub↗