logoalt Hacker News

Show HN: Svglib a SVG parser and renderer for Windows

5 pointsby leopoldjlast Tuesday at 3:04 PM2 commentsview on HN

svglib is a SVG file parser and renderer library for Windows. It uses Direct2D for GPU assisted rendering and XMLLite for XML parsing.

This is meant for Win32 applications and games to easily display SVG images.


Comments

eegG0Dtoday at 7:09 PM

[flagged]

mmozeikotoday at 7:03 PM

How does it compare to rendering SVG by Direct2D itself? When using ID2D1DeviceContext5::DrawSvgDocument method, and ID2D1SvgDocument can be loaded from file with ID2D1DeviceContext5::CreateSvgDocument + SHCreateStreamOnFileW.