Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cppfw/svgren

:camera: SVG rendering library in C++
https://github.com/cppfw/svgren

cpp svg

Last synced: 1 day ago
JSON representation

:camera: SVG rendering library in C++

Awesome Lists containing this project

README

        

:name: svgren

= {name}

|====
| link:https://github.com/cppfw/{name}/releases[image:https://img.shields.io/github/tag/cppfw/{name}.svg[releases]] | link:https://github.com/cppfw/{name}/actions[image:https://github.com/cppfw/{name}/workflows/ci/badge.svg[ci status]] | link:https://codecov.io/gh/cppfw/svgren[image:https://codecov.io/gh/cppfw/svgren/branch/main/graph/badge.svg?token=vwqhr1CujV[codecov.io]]
|====

SVG renderer library in C++.

image:wiki/camera.png[image sample]

**svgren** uses **link:https://github.com/cppfw/svgdom[svgdom]** to read the SVG file and **link:http://github.com/cppfw/agg[AGG]** to render graphics.

= Installation and Tutorials
Read link:wiki/Main.adoc[WiKi] for installation instructions and tutorials.

= Projects using svgren
link:wiki/usages.adoc[See list here].