Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
Show HN: Svglib a SVG parser and renderer for Windows
(opens in new tab)
(github.com)
15 points
leopoldj
16d ago
1 comments
Share
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.
Show HN: Svglib a SVG parser and renderer for Windows | Better HN
1 comments
default
newest
oldest
mmozeiko
13d ago
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.
j
/
k
navigate · click thread line to collapse