Show HN: Svglib a SVG parser and renderer for Windows(github.com)15 points·by leopoldj·4개월 전·1 commentsgithub.comShow HN: Svglib a SVG parser and renderer for Windowshttps://github.com/bibhas2/svglibsvglib 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.2 commentsPost comment[–]mmozeiko·4개월 전replyHow 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.[+]eegG0D·4개월 전
This is meant for Win32 applications and games to easily display SVG images.