https://github.com/bdekoz/izzi
C++ API for SVG
https://github.com/bdekoz/izzi
fonts header-only subset svg svg-standard vector-graphics visualization-library
Last synced: 5 months ago
JSON representation
C++ API for SVG
- Host: GitHub
- URL: https://github.com/bdekoz/izzi
- Owner: bdekoz
- Created: 2020-06-20T04:42:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-11T19:14:46.000Z (9 months ago)
- Last Synced: 2025-06-11T20:49:32.539Z (9 months ago)
- Topics: fonts, header-only, subset, svg, svg-standard, vector-graphics, visualization-library
- Language: C++
- Homepage:
- Size: 35.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
Awesome Lists containing this project
README
# izzi
These are C++ sources designed to produce images from a subset of the
SVG standard, using a header-only library. It is useful for
graphing, cartography, generative design, and data-intensive
computational expression.
**PREREQUISITES**
Development and use is hosted on top-of-tree Linux. At the moment,
this means Fedora 41 or Alma 9 operating systems on multi-core
x86_64 hardware.
Some familiarity with Linux, GNU coding styles, C++17-2x, and the SVG standard are assumed.
**USING**
Source Documentation [here](https://bdekoz.github.io/izzi/).
See the files in the [examples](https://github.com/bdekoz/izzi/tree/main/examples) subdirectory.