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

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

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

1 مستودع

Awesome GitHub RepositoriesPixel Snapping

Rounding floating point coordinates to whole pixel values to ensure sharp rendering on displays.

Distinct from Snap Points: Unlike snap points for draggables, this is a rendering-level coordinate rounding process.

Explore 1 awesome GitHub repository matching user interface & experience · Pixel Snapping. Refine with filters or upvote what's useful.

Awesome Pixel Snapping GitHub Repositories

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

    DioxusLabs/taffy

    2,972عرض على GitHub↗

    Taffy is a layout engine that calculates the size and position of user interface components. It is a language-agnostic tool that computes element geometry using Flexbox and Grid algorithms. The engine operates on custom tree structures and node storage through a trait-based interface. This design allows it to be integrated into various programming languages and custom memory management systems. The system handles UI layout computation, including leaf node measurement and floating point pixel snapping to prevent blurring on displays. It utilizes layout result caching to avoid redundant calcul

    Converts calculated floating point coordinates to integer pixel values to prevent sub-pixel blurring.

    Rustcss-gridflexboxhacktoberfest
    عرض على GitHub↗2,972
  1. Home
  2. User Interface & Experience
  3. Pixel Snapping