Cookies info

This website uses Google cookies to analyse traffic. Information about your use of our site is shared with Google for that purpose. See details.

Introduction

AmanithSVG is a middleware for reading and rendering SVG files, available as a standalone native library and supporting bindings for other languages and engines (C#, Java, Unity, libGDX); AmanithSVG is based on static features of SVG Full 1.1, plus some static features of SVG Tiny 1.2.

AmanithSVG simplifies the management of image assets for all those projects that need to run across a wide range of devices with different resolutions: using the library, the developer keeps all image files in SVG format and render them on the target platform at runtime, at the desired resolution.

The API exposes methods for the manipulation of viewports, drawing surfaces and SVG documents: there are methods for creating drawing surfaces, load SVG documents, get their information and draw them on surfaces.

The Document Object Model (DOM) is not exposed because the library is aimed to the rendering only.

Some headlines about the library: