Skip to content

CosmosVectorGraphics is a library for Vector based image formats like SVG or GCODE

Notifications You must be signed in to change notification settings

Samma2009/CosmosVectorGraphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CosmosVectorGraphics is a library for Vector based image formats like SVG or GCODE

Currently supported

SVG version 2

  • local mode
  • global mode

this library is currently a BETA

Example code

protected override void BeforeRun()
{
    Canvas canv = FullScreenCanvas.GetFullScreenCanvas(new Mode(1280,720,ColorDepth.ColorDepth32));
    SVG svg = new(SVGCode,ZoomFactor:1f);
    canv.Clear(Color.White);
    canv.DrawImage(svg, 10, 10);
    canv.Display();
}

About

CosmosVectorGraphics is a library for Vector based image formats like SVG or GCODE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages