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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Yqnn avatar

Yqnn/svg-path-editor

0
View on GitHub↗
5,222 Stars·419 Forks·TypeScript·Apache-2.0·11 Aufrufeyqnn.github.io/svg-path-editor↗

Svg Path Editor

Dieses Projekt ist ein Vektorpfad-Manipulator und SVG-Geometrie-Transformator, der eine visuelle Schnittstelle zur Modifikation von SVG-Pfaddaten bietet. Es dient als Dienstprogramm zum Hinzufügen, Entfernen und Konvertieren von Pfadsegmenten, ohne Koordinatencode von Hand schreiben zu müssen.

Das Tool fungiert als SVG-Pfadoptimierer, der die Länge von Pfaddaten reduziert und Koordinatensysteme bereinigt. Es enthält zudem einen Geometrie-Transformator zum Anwenden von Skalierung, Rotation und Translation auf Vektorformen.

Die Software enthält Funktionen für visuelle Pfadmanipulation und globale Geometrietransformationen. Sie bietet zudem Viewport-Steuerungstools zum Zoomen, Schwenken und Anpassen der Ansicht an den aktuellen Pfad.

Features

  • SVG Path Manipulation Toolkits - Provides a comprehensive visual toolkit for splitting, merging, and transforming SVG path data.
  • SVG Geometry Transformations - Applies scaling, rotating, and translation to vector paths to refine layout and alignment.
  • SVG Geometry Transformers - Provides a browser-based tool for scaling, rotating, and translating vector shapes.
  • Bézier Curve Interpolations - Calculates curved line positions between control points using cubic and quadratic Bézier formulas.
  • Geometric Path Transformations - Modifies vector path geometry using transformation matrices for scaling and rotation.
  • SVG Path Command Mappings - Maps SVG path command strings to interactive coordinate objects for direct graphical manipulation.
  • SVG Path Geometry Transformations - Applies global scaling, rotation, and translation to refine the overall shape of an SVG path.
  • Path Optimizations - Reduces vector path complexity by removing redundant nodes and simplifying coordinate systems.
  • Vector Path Optimizations - Reduces path complexity by cleaning up coordinate systems and removing redundant data.
  • Screen Space Coordinate Mappings - Translates virtual Cartesian vector coordinates to physical screen pixels and back for rendering and saving.
  • SVG Path String Splitters - Deconstructs SVG path strings into structured arrays of segments for granular editing.
  • Canvas Vector Rendering - Implements high-performance drawing of vector paths using the HTML5 canvas API for the workspace.
  • SVG Illustration Design - Provides a visual interface for designing precise vector shapes and lines for web-based illustrations.
  • SVG Path Serializers - Converts optimized geometric data back into clean SVG path data strings.

Star-Verlauf

Star-Verlauf für yqnn/svg-path-editorStar-Verlauf für yqnn/svg-path-editor

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Svg Path Editor

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Svg Path Editor.
  • visioncortex/vtracerAvatar von visioncortex

    visioncortex/vtracer

    5,452Auf GitHub ansehen↗

    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

    Rustimage-procesingrustsvg
    Auf GitHub ansehen↗5,452
  • veltman/flubberAvatar von veltman

    veltman/flubber

    6,920Auf GitHub ansehen↗

    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,

    JavaScript
    Auf GitHub ansehen↗6,920
  • visualize-ml/book2_beauty-of-data-visualizationAvatar von Visualize-ML

    Visualize-ML/Book2_Beauty-of-Data-Visualization

    3,603Auf GitHub ansehen↗

    This project is a mathematical visualization library and a collection of algorithmic art. It serves as a data visualization guide and an interactive visualizer, providing a set of implementations for rendering complex geometric shapes and mathematical concepts through code. The collection focuses on generating aesthetic patterns and precise graphic elements, including fractals, Bezier curves, and Lissajous patterns. It uses recursive functions and iterative algorithms to produce complex geometric structures and algorithmic art. The library covers a range of capabilities including interactive

    Jupyter Notebook
    Auf GitHub ansehen↗3,603
  • dmitrybaranovskiy/raphaelAvatar von DmitryBaranovskiy

    DmitryBaranovskiy/raphael

    11,284Auf GitHub ansehen↗

    Raphael is a JavaScript library for creating, manipulating, and animating scalable vector graphics. It provides a programmatic interface and a cross-browser renderer for drawing 2D vector graphics and complex shapes within a web browser. The project functions as an SVG animation framework and drawing API, allowing for the construction of diagrams, charts, and custom illustrations. It enables the creation of motion graphics through the transformation of vector elements using coordinate systems and easing functions. The library covers capabilities for scalable vector rendering, dynamic data vi

    JavaScript
    Auf GitHub ansehen↗11,284
Alle 30 Alternativen zu Svg Path Editor anzeigen→

Häufig gestellte Fragen

Was macht yqnn/svg-path-editor?

Dieses Projekt ist ein Vektorpfad-Manipulator und SVG-Geometrie-Transformator, der eine visuelle Schnittstelle zur Modifikation von SVG-Pfaddaten bietet. Es dient als Dienstprogramm zum Hinzufügen, Entfernen und Konvertieren von Pfadsegmenten, ohne Koordinatencode von Hand schreiben zu müssen.

Was sind die Hauptfunktionen von yqnn/svg-path-editor?

Die Hauptfunktionen von yqnn/svg-path-editor sind: SVG Path Manipulation Toolkits, SVG Geometry Transformations, SVG Geometry Transformers, Bézier Curve Interpolations, Geometric Path Transformations, SVG Path Command Mappings, SVG Path Geometry Transformations, Path Optimizations.

Welche Open-Source-Alternativen gibt es zu yqnn/svg-path-editor?

Open-Source-Alternativen zu yqnn/svg-path-editor sind unter anderem: visioncortex/vtracer — vtracer is a raster to SVG converter and image vectorization pipeline. It transforms high-resolution scans and… veltman/flubber — Flubber is an SVG path morphing library and shape transition engine designed to calculate smooth interpolations… visualize-ml/book2_beauty-of-data-visualization — This project is a mathematical visualization library and a collection of algorithmic art. It serves as a data… dmitrybaranovskiy/raphael — Raphael is a JavaScript library for creating, manipulating, and animating scalable vector graphics. It provides a… opentypejs/opentype.js — opentype.js is a JavaScript library for reading, writing, and manipulating OpenType, TrueType, and WOFF font files in… kevinzhow/pnchart — PNChart is an iOS charting framework and data visualization library designed for rendering interactive visual data…