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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesGeometric Path Transformations

Modifications to the geometry of vector paths using offsets and transformation matrices.

Distinct from Keypoint-Driven Path Transformations: Focuses on general geometric path modification rather than ML-driven keypoint updates.

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

Awesome Geometric Path Transformations GitHub Repositories

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

    GcsSloop/AndroidNote

    9,332在 GitHub 上查看↗

    AndroidNote is a technical knowledge base and reference resource for Android development. It provides comprehensive guidance on application architecture, custom view development, and advanced graphics programming. The project is distinguished by its depth in visual implementation, covering pseudo-3D perspective projections via virtual cameras and complex 2D rendering using Bézier curves and PorterDuff color blending. It also provides detailed methodologies for app modularization and the management of internal libraries through private Maven repositories and JitPack. The reference surface ext

    Provides implementation for adding predefined geometric figures to paths with specific winding directions.

    Javaandroidandroid-studiocustom-view
    在 GitHub 上查看↗9,332
  • yqnn/svg-path-editorYqnn 的头像

    Yqnn/svg-path-editor

    5,222在 GitHub 上查看↗

    This project is a vector path manipulator and SVG geometry transformer that provides a visual interface for modifying SVG path data. It serves as a utility for adding, removing, and converting path segments without writing coordinate code by hand. The tool functions as an SVG path optimizer, reducing path data length and cleaning up coordinate systems. It also includes a geometry transformer for applying scaling, rotation, and translation to vector shapes. The software includes capabilities for visual path manipulation and global geometry transformations. It also provides viewport control to

    Modifies vector path geometry using transformation matrices for scaling and rotation.

    TypeScriptsvgsvg-editorsvg-parser
    在 GitHub 上查看↗5,222
  1. Home
  2. Graphics & Multimedia
  3. Coordinate-Based Vector Processing
  4. SVG Path Calculations
  5. Geometric Path Transformations

探索子标签

  • Geometric Primitive InsertionAdding predefined geometric shapes like rectangles or circles into a vector path. **Distinct from Geometric Path Transformations:** Distinct from Geometric Path Transformations: focuses on adding new shapes rather than modifying existing path geometry.