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

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

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

2 مستودعات

Awesome GitHub RepositoriesArc Progress Mapping

Mathematical mapping of a normalized progress value to a degree-based offset for circular arcs.

Distinct from Scroll Progress Mapping: Specifically maps progress to angular degrees for arcs, whereas scroll progress mapping typically relates to linear offsets.

Explore 2 awesome GitHub repositories matching user interface & experience · Arc Progress Mapping. Refine with filters or upvote what's useful.

Awesome Arc Progress Mapping GitHub Repositories

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

    ongakuer/CircleIndicator

    4,258عرض على GitHub↗

    CircleIndicator is a custom Android UI component that functions as a circular page progress indicator. It provides a graphical interface element that represents completion or progress through a circular arc. The component is designed to track a user's position within a sequence of pages, such as during onboarding flow navigation or linear screen transitions. It visualizes progress through a set of screens to provide feedback during mobile app navigation.

    Converts percentage values into degree-based offsets to determine the length of the circular progress arc.

    Java
    عرض على GitHub↗4,258
  • lzyzsd/circleprogressالصورة الرمزية لـ lzyzsd

    lzyzsd/CircleProgress

    3,800عرض على GitHub↗

    CircleProgress is a custom view library for Android that provides reusable UI widgets for rendering circular, donut, or arc-shaped progress indicators. It is designed to help developers visualize task completion status and data progress within native mobile application interfaces. The component allows for the display of custom text labels and inner graphical assets alongside the progress indicator. It functions by manually calculating paths and arcs on a canvas surface, translating progress percentages into geometric angles to ensure accurate positioning within a circular frame. The library

    Translates progress percentages into geometric angles and arc segments for accurate positioning within a circular frame.

    Java
    عرض على GitHub↗3,800
  1. Home
  2. User Interface & Experience
  3. Scroll Animations
  4. Scroll Progress Mapping
  5. Arc Progress Mapping