play-SVG is a set of libraries for the generation of geometric imagery in SVG format
justin-hackin/play-svg
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
WARNING: Due to the rise of many excellent Javascript libraries for generating SVG, this library is no longer maintained. In particular, http://paperjs.org/ can do everything this library can and more Some of the scripts posted here may serve as a reference for interesting things one can do with vector graphics programming ============= pLAySVG: making graphical programming as easy as py Documentation: http://justin-hackin.github.io/play-svg/ Example script gallery: http://cosmic-spacecrafts.net/blog/playsvg-gallery ============= pLAySVG is a python library that facilitates the generation and manipulation of SVG vector graphics. It is designed to be easy to use, even for non-programmers. It is geared toward educational and artistic use. It contains code to construct XML nodes corresponding to SVG elements, perform geometric operations, manipulate colors, and produce complex shapes. It can be used as a library to generate SVG images 'from scratch' by writing a python script that describes an image. As well, pLAySVG can be used as a utility in the development of Inkscape plugins. The project contains several examples of Inkscape scripts. To install pLAySVG, first ensure you have python 2.4 installed. Then extract the compressed file. This will create a directory called play-svg. Enter this directory using a command prompt and install the libraries by entering: python setup.py install To install the Inkscape plugins, copy all files in the inkex folder into your Inkscape extensions folder. See http://wiki.inkscape.org/wiki/index.php/ScriptingHOWTO for more info on how to install Inkscape scripts. You must first install pLAySVG for these plugins to work. Linux users: the Inkscape plugins will automatically be installed for you :)
About
play-SVG is a set of libraries for the generation of geometric imagery in SVG format
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published