padcrafting / p5.js-svg

SVG runtime for p5.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

p5.js-svg

Build Status Coverage Status

The main goal of p5.SVG is to provide a SVG runtime for p5.js, so that we can draw using p5's powerful API in <svg>, save things to svg file and manipulating existing SVG file without rasterization.

Docs

For Contributor

To build

npm run build

Make sure you have bash, eslint, browserify and jsdoc installed.

To run unit test

npm test

Make sure you have karma installed.

License

Licensed under LGPL.

This program incorporates work covered by the following copyright and permission notices:

  • canvas2svg

    The MIT License (MIT)
    Copyright (c) 2014 Gliffy Inc.
    
  • svgcanvas

    The MIT License (MIT)
    Copyright (c) 2015 Zeno Zeng
    

About

SVG runtime for p5.js.

License:GNU Lesser General Public License v2.1


Languages

Language:JavaScript 98.3%Language:Shell 1.7%