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

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

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesPointer Offset Tracking

Calculations used to determine an element's displacement based on the delta between initial and current pointer positions.

Distinct from Coordinate-Based Position Calculators: The candidates cover game engine precision, text normalization, or binary addressing, not UI pointer displacement.

Explore 4 awesome GitHub repositories matching user interface & experience · Pointer Offset Tracking. Refine with filters or upvote what's useful.

Awesome Pointer Offset Tracking GitHub Repositories

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

    react-grid-layout/react-draggable

    9,292GitHub पर देखें↗

    react-draggable is a drag and drop library and coordinate-based position manager for React. It functions as a component wrapper that adds draggable behavior to user interface elements, enabling them to be moved via mouse or touch interactions. The library provides touch-enabled interaction tools that unify pointer events across desktop browsers and touch screen devices. It utilizes CSS transforms to handle element movement and coordinate tracking. The system covers movement constraints such as axis restriction and boundary clamping to confine elements within specific areas. It includes posit

    Implements the core coordinate tracking logic needed to translate mouse or touch movement into element displacement.

    JavaScript
    GitHub पर देखें↗9,292
  • software-mansion/react-native-gesture-handlersoftware-mansion का अवतार

    software-mansion/react-native-gesture-handler

    6,755GitHub पर देखें↗

    React Native Gesture Handler is a declarative library that exposes the platform's native touch and gesture system to React Native, enabling smooth, deterministic gesture handling on the UI thread. It manages gesture recognition through a native state machine with defined transitions between states like BEGAN, ACTIVE, END, and CANCELLED, routing touch events through platform-native gesture recognizers on both iOS and Android. The library provides a comprehensive gesture composition framework that allows developers to combine multiple gestures into race, simultaneous, or exclusive sequences, co

    Tracks all active touch points on screen with real-time position and visibility state updates.

    TypeScriptgesturejavascriptreact-native
    GitHub पर देखें↗6,755
  • tholman/cursor-effectstholman का अवतार

    tholman/cursor-effects

    4,001GitHub पर देखें↗

    cursor-effects एक JavaScript लाइब्रेरी और प्रभाव इंजन है जिसे वेब ब्राउज़र में भौतिकी-आधारित कर्सर ट्रेल्स और फ्लोटिंग विज़ुअल प्रभाव लागू करने के लिए डिज़ाइन किया गया है। यह इंटरैक्टिव ग्राफिकल ओवरले जोड़ने के लिए एक फ्रेमवर्क प्रदान करता है जो यूज़र पॉइंटर का अनुसरण करते हैं। यह सिस्टम पार्टिकल ट्रेल्स, भौतिकी-आधारित फ्लोटिंग इमोजी और पॉइंटर-ट्रैकिंग टेक्स्ट स्ट्रिंग्स को स्पॉन करने में माहिर है। ये एनिमेशन स्प्रिंग-आधारित भौतिकी सिमुलेशन का उपयोग करते हैं ताकि कर्सर के हिलने पर जैविक प्रतिक्रियाएं और फैलाव पैटर्न बनाए जा सकें। यह लाइब्रेरी विज़ुअल तत्वों के पूरे लाइफसाइकिल को प्रबंधित करती है, समन्वय-आधारित पॉइंटर ट्रैकिंग और DOM इंजेक्शन से लेकर कणों को स्वचालित रूप से हटाने तक। एनिमेशन फ़्रेम को एक रिक्वेस्ट एनिमेशन लूप के माध्यम से अपडेट किया जाता है ताकि यह सुनिश्चित हो सके कि गति ब्राउज़र की नेटिव रिफ्रेश दर के साथ संरेखित हो।

    Provides custom colored text strings that dynamically track and render at the position of the user pointer.

    JavaScript90scanvasjavascript
    GitHub पर देखें↗4,001
  • desandro/draggabillydesandro का अवतार

    desandro/draggabilly

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

    Draggabilly is a JavaScript drag and drop library used to make DOM elements draggable on desktop and mobile. It serves as a coordinate-based UI tool and interaction library for tracking and setting the horizontal and vertical positions of interface elements during user interaction. The library provides a mobile-ready touch handler that converts mouse and touch movements into element translation. It includes specialized capabilities for restricting movement to specific axes or container boundaries and implements grid snapping to align elements to a predefined pixel grid. The tool manages the

    Calculates element displacement based on the delta between initial and current pointer positions.

    JavaScript
    GitHub पर देखें↗3,871
  1. Home
  2. User Interface & Experience
  3. Pointer Offset Tracking

सब-टैग एक्सप्लोर करें

  • Multi-Touch Pointer TrackingsMonitors all active touch points on the screen, tracking their positions and visibility states in real time. **Distinct from Pointer Offset Tracking:** Distinct from Pointer Offset Tracking: tracks multiple simultaneous touch points with visibility states, not just a single pointer's displacement.
  • Pointer-Tracking TextText strings that dynamically track and render their position based on the pointer's movement. **Distinct from Pointer Offset Tracking:** Focuses on rendering moving text labels rather than calculating displacement offsets.