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 RepositoriesSVG Path String Splitters

Specialized string splitting that breaks composite SVG paths into arrays of individual single-shape strings.

Distinct from String Splitting: Applies specifically to the syntax of SVG path data, not general delimiter-based string splitting.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · SVG Path String Splitters. Refine with filters or upvote what's useful.

Awesome SVG Path String Splitters 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.
  • veltman/flubberAvatar de veltman

    veltman/flubber

    6,920Voir sur GitHub↗

    Flubber is an SVG path morphing library and shape transition engine designed to calculate smooth interpolations between complex vector shapes. It functions as a vector shape interpolator that generates intermediate path states between two sets of coordinates based on a progress value. The toolkit provides specialized capabilities for managing transitions between different shape quantities, including the ability to split a single shape into multiple pieces or merge multiple shapes into one. It also enables morphing between custom paths and geometric primitives, such as circles and rectangles,

    Breaks single path strings containing multiple shapes into arrays of individual single-shape strings.

    JavaScript
    Voir sur GitHub↗6,920
  • 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.

    Deconstructs SVG path strings into structured arrays of segments for granular editing.

    TypeScriptsvgsvg-editorsvg-parser
    Voir sur GitHub↗5,222
  1. Home
  2. Programming Languages & Runtimes
  3. String Splitting
  4. SVG Path String Splitters