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

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

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.