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

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

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

3 مستودعات

Awesome GitHub RepositoriesAngle Inputs

UI components for selecting angular values through circular or arc-based interaction interfaces.

Distinct from Euler Angle Converters: None of the candidates cover UI input widgets for angle selection; they focus on mathematical angle operations.

Explore 3 awesome GitHub repositories matching user interface & experience · Angle Inputs. Refine with filters or upvote what's useful.

Awesome Angle Inputs GitHub Repositories

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

    AppPear/ChartView

    5,633عرض على GitHub↗

    ChartView is a SwiftUI-native charting library that provides bar, line, pie, and ring chart components within a unified grid-based layout system. The library renders charts by composing SwiftUI views declaratively from data models, letting the framework handle layout and updates without intermediate drawing layers. The library supports multiple chart types that share a common grid layout, enabling composable data visualizations with synchronized axes and backgrounds. Bar charts display data as vertical bars, line charts plot connected data points with gradient fills and optional markers, pie

    Converts proportional data values into angular segments using cumulative angle sums for pie chart layout.

    Swift
    عرض على GitHub↗5,633
  • levey/awesomemenuالصورة الرمزية لـ levey

    levey/AwesomeMenu

    4,970عرض على GitHub↗

    AwesomeMenu is a reusable iOS user interface component that provides an animated radial menu system. It serves as a navigation tool for mobile applications, utilizing motion and rotation to present a set of available actions to the user. The component focuses on circular navigation menus that expand and collapse using CoreAnimation for fly-out transitions. It implements a radial layout where menu items are positioned using polar coordinates and selected via angle-based input mapping. The system handles custom UI animations and iOS app navigation by organizing menu elements as independent ani

    Implements a selection mechanism that determines the active menu item based on the angle of the user's touch.

    Objective-C
    عرض على GitHub↗4,970
  • chakra-ui/arkالصورة الرمزية لـ chakra-ui

    chakra-ui/ark

    5,004عرض على GitHub↗

    Ark is a headless UI component library that delivers accessible, cross-framework primitives with behavior governed by finite state machines. It provides unstyled components that encapsulate logic and accessibility — including full keyboard navigation, focus management, and WAI-ARIA support — while leaving visual styling entirely to the consumer. Components expose scoped data attributes for CSS targeting and use state machines to produce predictable, testable interactive behavior across every state transition. The library distinguishes itself through a state propagation model that distributes

    Provides a circular angle input component for selecting degree values via a draggable handle.

    TypeScriptcomponentsdesign-systemheadless
    عرض على GitHub↗5,004
  1. Home
  2. User Interface & Experience
  3. Angle Inputs

استكشف الوسوم الفرعية

  • Pie Slice Angle MappersConverts proportional data values into angular segments using cumulative angle sums for circular layout. **Distinct from Angle Inputs:** Distinct from Angle Inputs: focuses on mapping data proportions to pie slice angles, not UI widgets for angle selection.