awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • gcssloop/androidnoteAvatar de GcsSloop

    GcsSloop/AndroidNote

    9,332Voir sur 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
    Voir sur GitHub↗9,332
  • yqnn/svg-path-editorAvatar de Yqnn

    Yqnn/svg-path-editor

    5,222Voir sur GitHub↗

    Ce projet est un manipulateur de chemin vectoriel et un transformateur de géométrie SVG qui fournit une interface visuelle pour modifier les données de chemin SVG. Il sert d'utilitaire pour ajouter, supprimer et convertir des segments de chemin sans écrire de code de coordonnées à la main. L'outil fonctionne comme un optimiseur de chemin SVG, réduisant la longueur des données de chemin et nettoyant les systèmes de coordonnées. Il inclut également un transformateur de géométrie pour appliquer la mise à l'échelle, la rotation et la translation aux formes vectorielles. Le logiciel inclut des capacités pour la manipulation visuelle de chemin et les transformations géométriques globales. Il fournit également des outils de contrôle de fenêtre (viewport) pour zoomer, déplacer et ajuster la vue au chemin actuel.

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

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

Explorer les sous-tags

  • 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.