awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesTouch Sequence Processing

Analysis and processing of a chronological series of touch interactions from initial press to lift-off.

Distinct from Draggable Touch Inputs: Focuses on the sequential nature of a touch interaction session rather than individual gestures or layout changes.

Explore 2 awesome GitHub repositories matching user interface & experience · Touch Sequence Processing. Refine with filters or upvote what's useful.

Awesome Touch Sequence Processing GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • ftlabs/fastclickAvatar de ftlabs

    ftlabs/fastclick

    18,534Voir sur GitHub↗

    Fastclick is a JavaScript library and touch event optimization tool designed to remove the 300ms delay between a physical tap and a click event on mobile browsers. It functions as a lightweight DOM event handler middleware that manages touch-to-click timing to reduce input lag and improve the responsiveness of mobile web interfaces. The library provides granular control over touch latency removal, including a mechanism to exclude specific elements from this optimization. This allows certain user interface components to maintain native browser touch behavior via CSS class identifiers. The pro

    Tracks timing and coordinates between touch start and end to distinguish taps from scrolls.

    HTML
    Voir sur GitHub↗18,534
  • gcssloop/androidnoteAvatar de GcsSloop

    GcsSloop/AndroidNote

    9,332Voir sur GitHub↗

    AndroidNote is a technical knowledge base and reference resource for Android development. It provides comprehensive guidance on application architecture, custom view development, and advanced graphics programming. The project is distinguished by its depth in visual implementation, covering pseudo-3D perspective projections via virtual cameras and complex 2D rendering using Bézier curves and PorterDuff color blending. It also provides detailed methodologies for app modularization and the management of internal libraries through private Maven repositories and JitPack. The reference surface ext

    Processes complete series of touch interactions, from the initial press through movement to the final lift-off.

    Javaandroidandroid-studiocustom-view
    Voir sur GitHub↗9,332
  1. Home
  2. User Interface & Experience
  3. Touch Sequence Processing