https://github.com/cppfw/veg
vector graphics library in C++
https://github.com/cppfw/veg
Last synced: 3 months ago
JSON representation
vector graphics library in C++
- Host: GitHub
- URL: https://github.com/cppfw/veg
- Owner: cppfw
- License: mit
- Created: 2024-11-08T10:52:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-03T12:43:56.000Z (about 1 year ago)
- Last Synced: 2025-01-03T16:06:43.601Z (about 1 year ago)
- Language: C++
- Size: 241 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
:name: veg
= {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/{name}[image:https://codecov.io/gh/cppfw/{name}/branch/main/graph/badge.svg?token=vwqhr1CujV[codecov.io]]
|====
Vector graphics library in C++.
**{name}** uses **link:http://github.com/cppfw/agg[AGG]** to render graphics.
= Installation and Tutorials
Read link:wiki/main.adoc[WiKi] for installation instructions and tutorials.