ShivaVG in C# with SFML – Working!

Today I successfully managed to test my C# wrapper for the ShivaVG library, and even got some simple output.  Right now it only renders one path, which

ShivaVG rendering in C#

ShivaVG rendering from C# with SFML

isn’t very interesting.  However, it’s a proof of concept that my wrapper is working a-okay

and I can proceed to start working on loading SVG files and translating them to ShivaVG commands to be rendered.

Here’s a test of the utility function for drawing a rounded rectangle.

Leave a comment