awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • ongakuer/circleindicatorongakuer 的头像

    ongakuer/CircleIndicator

    4,258在 GitHub 上查看↗

    CircleIndicator 是一个自定义 Android UI 组件,用作圆形页面进度指示器。它提供了一个图形界面元素,通过圆弧表示完成度或进度。 该组件旨在跟踪用户在页面序列中的位置,例如在引导流程导航或线性屏幕转换期间。它通过一组屏幕可视化进度,以在移动应用导航期间提供反馈。

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

    Java
    在 GitHub 上查看↗4,258
  • lzyzsd/circleprogresslzyzsd 的头像

    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