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

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

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

4 مستودعات

Awesome GitHub RepositoriesPath Optimizations

Techniques for reducing the complexity of vector paths by removing redundant nodes and smoothing outlines.

Distinct from SVG Text and Path Processing: Focuses on geometric path simplification and node reduction rather than text-to-path mapping.

Explore 4 awesome GitHub repositories matching graphics & multimedia · Path Optimizations. Refine with filters or upvote what's useful.

Awesome Path Optimizations GitHub Repositories

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

    refactoringui/heroicons

    23,618عرض على GitHub↗

    Heroicons is an SVG icon library and a set of UI vector graphic assets designed for use in user interfaces and web development. It provides a collection of scalable vector graphics as a React icon component set, allowing for flexible integration into applications. The library supports multi-format distribution, offering icons in JSX and SVG formats. These assets are provided as component-wrapped SVG exports, which enables programmatic control over props and attributes. The project covers capabilities for SVG icon integration, web interface styling, and user interface design. It includes util

    Simplifies vector coordinates and removes metadata during the build process to optimize final bundle size.

    JavaScript
    عرض على GitHub↗23,618
  • primer/octiconsالصورة الرمزية لـ primer

    primer/octicons

    8,704عرض على GitHub↗

    Octicons is a comprehensive library of scalable vector glyphs and a design system icon set designed to provide a uniform visual language across user interfaces. It functions as a standardized collection of SVG assets that ensures consistent iconography for web components, server-side views, and static site generators. The project features multi-scale vector rendering, utilizing separate SVG path data optimized for different size buckets to maintain visual clarity across various screen resolutions. It includes a system for icon discovery through keyword-based alias mapping and supports a stand

    Provides separate SVG path data for different size buckets to maintain visual clarity across resolutions.

    JavaScript
    عرض على GitHub↗8,704
  • visioncortex/vtracerالصورة الرمزية لـ visioncortex

    visioncortex/vtracer

    5,452عرض على GitHub↗

    vtracer is a raster to SVG converter and image vectorization pipeline. It transforms high-resolution scans and pixel-based images into scalable vector graphics by tracing shapes and colors. The tool includes a specialized pixel art vectorizer that converts low-resolution raster graphics into vector shapes while preserving a pixelated aesthetic. It also functions as a Bezier curve fitting tool to simplify dense point sets into smooth curves, reducing the complexity of vector paths. The project covers large scale image vectorization for gigapixel-scale data, color clustering and patch segmenta

    Simplifies complex paths and reduces node counts to create cleaner outlines and more efficient SVG files.

    Rustimage-procesingrustsvg
    عرض على GitHub↗5,452
  • yqnn/svg-path-editorالصورة الرمزية لـ Yqnn

    Yqnn/svg-path-editor

    5,222عرض على GitHub↗

    هذا المشروع عبارة عن معالج مسار متجه ومحول هندسة SVG يوفر واجهة مرئية لتعديل بيانات مسار SVG. يعمل كأداة لإضافة وإزالة وتحويل مقاطع المسار دون كتابة كود الإحداثيات يدوياً. تعمل الأداة كمحسن مسار SVG، مما يقلل من طول بيانات المسار وينظف أنظمة الإحداثيات. كما تتضمن محول هندسة لتطبيق القياس والتدوير والترجمة على الأشكال المتجهة. تتضمن البرمجيات قدرات لمعالجة المسار المرئي وتحويلات الهندسة العالمية. كما توفر أدوات تحكم في منفذ العرض للتكبير والتحريك وملاءمة العرض للمسار الحالي.

    Reduces vector path complexity by removing redundant nodes and simplifying coordinate systems.

    TypeScriptsvgsvg-editorsvg-parser
    عرض على GitHub↗5,222
  1. Home
  2. Graphics & Multimedia
  3. SVG Text and Path Processing
  4. Path Optimizations

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

  • Scale-Specific Path OptimizationProvision of different SVG path data optimized for specific size buckets. **Distinct from Path Optimizations:** Focuses on maintaining visual clarity across different scales rather than just reducing node complexity