Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++
- Host: GitHub
- URL: https://github.com/cppfw/svgren
- Owner: cppfw
- License: mit
- Created: 2015-10-12T19:32:54.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T12:51:25.000Z (about 2 months ago)
- Last Synced: 2025-01-04T05:33:52.394Z (26 days ago)
- Topics: cpp, svg
- Language: C++
- Homepage:
- Size: 27.7 MB
- Stars: 205
- Watchers: 16
- Forks: 41
- Open Issues: 5
-
Metadata Files:
- Readme: README.adoc
- Funding: .github/FUNDING.yml
- License: LICENSE
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].