Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1.17 KB

README.md

File metadata and controls

44 lines (24 loc) · 1.17 KB

msvg

This crate is part of the vsvg project.

Status: functional but very beta.

What's this?

Compared to vpype, vsvg is extremely fast to load and display SVGs. This makes a tool that can load a whole bunch of SVGs possible, for example to chose amongst many realisations of a generative art algorithm. This is what msvg aims to be.

side-panel-and-overlay-1080p-social.mp4

Installation

From pre-built binaries

A number of pre-built binaries and installers are available on the Release page, including shell/PowerShell-based installers, binary archives for most platforms, and MSI archives for Windows.

From source

To install msvg, you'll need Rust, which you can install using rustup.

Then, run the following command:

cargo install msvg

To uninstall msvg:

cargo uninstall msvg

Usage

msvg PATH [PATH...]

PATH may be an SVG file or a directory. If it is a directory, it will be recursively traversed and all founds will be included.