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

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

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

3 مستودعات

Awesome GitHub RepositoriesGeometric Transformations

Applying mathematical matrices to modify the location, scale, and rotation of graphical shapes.

Distinct from Geometric Transformation Routines: Candidates are limited to images, video, or raw data routines; this is a general graphics transformation capability.

Explore 3 awesome GitHub repositories matching graphics & multimedia · Geometric Transformations. Refine with filters or upvote what's useful.

Awesome Geometric Transformations GitHub Repositories

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

    mikke89/RmlUi

    4,178عرض على GitHub↗

    RmlUi هي مكتبة عرض واجهة مستخدم (UI) وبرمجيات وسيطة عبر المنصات تمكن من إنشاء واجهات المستخدم باستخدام مجموعة فرعية من HTML وCSS. تعمل كطبقة مستقلة عن العرض مصممة لدمج التخطيط والتصميم القياسي للويب في محركات الألعاب المخصصة والتطبيقات المضمنة. يتميز إطار العمل بدمجه لـ Lua للمنطق والتحكم الديناميكي، بالإضافة إلى مجموعة أدوات متخصصة لعرض صور SVG ورسوم Lottie المتحركة. يستخدم خلفية عرض قابلة للتوصيل تفصل توليد الهندسة عن العرض النهائي، مما يسمح له بتوليد هندسة ذات ملمس (textured) لخطوط أنابيب رسومية مختلفة. يغطي النظام مجموعة واسعة من الإمكانيات، بما في ذلك محرك تخطيط نموذج الصندوق (box-model)، ومحرك أنماط متسلسل، وربط البيانات لمزامنة النماذج مع العروض. يوفر إدارة شاملة للمدخلات للماوس ولوحة المفاتيح واللمس، إلى جانب خدمات التدويل لترجمة النصوص بناءً على اللغة. تشمل الميزات الإضافية تحجيم DPI العالي، وتكوين الشفافية القائم على الطبقات، ومجموعة من المكونات التفاعلية مثل أشرطة التمرير والقوائم المنسدلة. يمكن تجميع المصدر في ملفات WebAssembly ثنائية للتنفيذ في متصفحات الويب.

    Modifies the location and size of shapes using transformation matrices for rotation, scaling, and projection.

    C++
    عرض على GitHub↗4,178
  • introlab/rtabmapالصورة الرمزية لـ introlab

    introlab/rtabmap

    3,836عرض على GitHub↗

    This project is a comprehensive library and toolkit for simultaneous localization and mapping, designed to construct three-dimensional environment models while tracking device position. It functions as a robotics perception framework that processes data from RGB-D, stereo, and lidar sensors to enable autonomous navigation and spatial awareness. The system distinguishes itself through its focus on long-term mapping and global consistency. It employs a sophisticated loop-closure detection engine and graph-based pose optimization to identify previously visited locations and eliminate cumulative

    Improves orientation accuracy by using point cloud data to adjust initial estimates derived from visual image matching.

    C++
    عرض على GitHub↗3,836
  • iconify/icon-setsالصورة الرمزية لـ iconify

    iconify/icon-sets

    938عرض على GitHub↗

    Icon-sets is a repository and toolkit for aggregating, optimizing, and managing open-source vector icon collections. It functions as an SVG icon collection manager, vector icon library, and processing utility that organizes design assets into standardized JSON data structures and graphic files. The project provides comprehensive capabilities for icon import, export, processing, and rendering. Imported vector graphics undergo schema-driven validation, security sanitization, and format standardization alongside geometric transformations such as scaling, rotation, and flipping. Alias-based data

    Applies geometric modifications such as scaling, rotation, and flipping directly to icon vectors without altering the underlying source paths.

    TypeScript
    عرض على GitHub↗938
  1. Home
  2. Graphics & Multimedia
  3. Geometric Transformations

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

  • Spatial Alignment RefinementsTechniques for adjusting initial visual estimates using point cloud data for precise spatial alignment. **Distinct from Geometric Transformations:** Distinct from Geometric Transformations: focuses on spatial alignment refinement in SLAM rather than general graphical matrix operations.