About 496,000 results
Open links in new tab
  1. GitHub - svgpp/svgpp: C++ SVG library

    C++ SVG library. Contribute to svgpp/svgpp development by creating an account on GitHub.

  2. SVG++ documentation — SVG++ Documentation

    Implementing path-only input of SVG format with minimal efforts in any graphics or math software Requires only Boost library itself (demo, tests and sample have their own requirements) Compatible …

  3. Render a vector graphic (.svg) in C++ - Stack Overflow

    With the help of nanosvg and many other c++ svg parsers, adding svg rendering capability to your application should be trivial. The recipe is as follows: svg parser + vector rendering library = trivial …

  4. svg.cc | A C++17 library for constructing and manipulating SVG files

    figure-inset : A command line tool for generating figure insets from a simple svg file with rectangles. SVGPlot: API for plotting different types of graphs in a ‘matplotlib.pyplot’ way with vector (SVG) output.

  5. Use SVG Icons in C++ Applications with NanoSVG

    Oct 2, 2025 · Import and render SVG icons in C++ using the NanoSVG single‑header library. Learn Windows API rendering to HBITMAP, write cross‑platform PNGs, and draw with wxWidgets — …

  6. SVG rendering and manipulation library in C++ - GitHub

    LunaSVG is an SVG rendering library in C++, designed to be lightweight and portable, offering efficient rendering and manipulation of Scalable Vector Graphics (SVG) files.

  7. FreshPorts -- graphics/lunasvg: SVG rendering and manipulation library ...

    Jan 8, 2025 · LunaSVG is an SVG rendering library in C++, designed to be lightweight and portable, offering efficient rendering and manipulation of Scalable Vector Graphics (SVG) files. LunaSVG …

  8. Top 14 C++ SVG Projects | LibHunt

    Sep 1, 2025 · Which are the best open-source SVG projects in C++? This list will help you: thorvg, friction, gerbolyze, micro-gl, plutobook, svg-native-viewer, and vpv.

  9. SVG for C++: SVG for C++ - GitHub Pages

    Jan 8, 2013 · SVG for C++ Purpose This a header-only library for generating SVG files from a simple C++ interface. It can also perform non-trivial tasks such as calculating a bounding box for an SVG 's …

  10. Tutorial — SVG++ Documentation

    document_traversal is a facade that provides access to most library capabilities. In most cases only some subset of SVG elements is needed, so we pass named template parameter …