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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • gcssloop/androidnoteAvatar de GcsSloop

    GcsSloop/AndroidNote

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

    Yqnn/svg-path-editor

    5,222Ver en GitHub↗

    Este proyecto es un manipulador de rutas vectoriales y transformador de geometría SVG que proporciona una interfaz visual para modificar datos de rutas SVG. Sirve como utilidad para añadir, eliminar y convertir segmentos de ruta sin escribir código de coordenadas a mano. La herramienta funciona como un optimizador de rutas SVG, reduciendo la longitud de los datos de ruta y limpiando los sistemas de coordenadas. También incluye un transformador de geometría para aplicar escalado, rotación y traslación a formas vectoriales. El software incluye capacidades para la manipulación visual de rutas y transformaciones geométricas globales. También proporciona herramientas de control de ventana gráfica (viewport) para hacer zoom, desplazarse y ajustar la vista a la ruta actual.

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

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

Explorar subetiquetas

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