SVGesus
SVGesus is a Windows thumbnail provider for SVG files. The shell extension implements IThumbnailProvider and IInitializeWithStream in D, then uses NanoSVG to rasterize previews for File Explorer’s thumbnail cache.
Build and install
Builds require Windows 10 or 11, a D compiler, and Visual Studio Build Tools. Fetch the NanoSVG headers with scripts/fetch_nanosvg.ps1, run dub build, and register the resulting bin/svgesus.dll from its permanent installation location with regsvr32.
The project README contains the current commands and manual uninstall instructions.