2 repos
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.
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.
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.