awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Vector Graphics Engines · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesVector Graphics Engines

Rendering layers that translate data or abstract shapes into precise vector-based coordinate systems.

Distinguishing note: No existing candidates provided; focuses on the rendering layer for vector-based charts.

Explore 2 awesome GitHub repositories matching graphics & multimedia · Vector Graphics Engines. Refine with filters or upvote what's useful.

  1. Home
  2. Graphics & Multimedia
  3. Vector Graphics Engines

Awesome Vector Graphics Engines GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • parallax/jsPDF

    parallax/jsPDF

    31,130View on GitHub↗

    jsPDF is a document creation engine designed to generate professional PDF files through a unified programming interface. It functions as a cross-platform graphics library that enables the programmatic assembly of data into structured layouts, supporting both client-side generation within web browsers and server-side rendering in backend environments. The library utilizes a canvas-based drawing API that translates high-level geometric and text instructions into standardized PDF vector primitives. By employing a cross-platform runtime abstraction, it decouples document generation logic from env

    Translates high-level drawing commands into low-level coordinate instructions that map directly to standardized vector primitives within the document.

    JavaScripthacktoberfest
    31,130View on GitHub↗
  • recharts/recharts

    recharts/recharts

    26,681View on GitHub↗

    This project is a declarative data visualization library that provides a composable suite of user interface components for rendering interactive charts. It functions as an SVG-based charting engine, allowing developers to construct complex visualizations by nesting modular building blocks such as axes, grids, legends, and data series within a unified layout. The library distinguishes itself through a highly responsive architecture that automatically reconciles layout changes and maps data domains to pixel coordinates using mathematical scale functions. It prioritizes performance through memoi

    A rendering layer that translates data domains into precise vector-based shapes and coordinate systems within the browser.

    TypeScriptchartcharting-librarycomponents
    26,681View on GitHub↗