Skip to content

c# application to display layers in SVG in an animation cycle

License

Notifications You must be signed in to change notification settings

richardebrock/svglayerplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#SVGLayerPlayer

SVGLayerPlayer is a C# application that draws the layers of an SVG file in a sequence to create an animation. The application watches for file changes and reloads the SVG file in real-time, allowing you to edit your animation in Inkscape and see the changes applied in real-time. Layers can be exported as a sprite sheet, as individual sprites in PNG format or as an animated GIF.

This project uses the arc segment code from the C# SVG rendering library on codeplex: https://svg.codeplex.com/

##Known Issues

  • GIF animation does not loop due to an issue in System.Windows.Media.Imaging.GifBitmapEncoder.

##Compatibility

The application has been tested with SVG files created in Inkscape 0.91.

##Dependencies

At this time the application does not have any external dependencies.

About

c# application to display layers in SVG in an animation cycle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages