[PD] [PD-announce] Web service to render Pd patches to SVG

phil jones interstar at gmail.com
Tue Feb 3 01:40:17 CET 2015


That's really cool. @sebpiq.

It doesn't seem to do labels, but it seems to be handling the rest of
my patch pretty well. Very nice. :-)

Phil



On 2 February 2015 at 21:10, s p <sebpiq at gmail.com> wrote:
> Hi all,
>
> We just opened a web service that allows to render Pd patches as SVG images.
>
> The idea is that you get an image url that you can post anywhere online, any
> forum (for example on http://forum.pdpatchrepo.info) . We don't host any
> patch ourselves, so the patch rendered must be hosted somewhere else.
>
> Usage is simple. Just use the following url
> https://enzienaudio.com/a/dave?fetch=<patchUrl> replacing `<patchUrl>` by
> the url of your patch.
>
> For example, here is a patch hosted on a github repository :
> https://raw.githubusercontent.com/mhroth/ZenGarden/master/test/MessageInteger.pd
> and here is the url of its rendered image
> https://enzienaudio.com/a/dave?fetch=https://raw.githubusercontent.com/mhroth/ZenGarden/master/test/MessageInteger.pd
>
> The whole thing is open source. The service uses pd-fileutils to parse /
> render the patches (https://github.com/sebpiq/pd-fileutils) and the source
> code of the service is there : https://github.com/sebpiq/pd-to-image-service
>
> This is still alpha, and we'd be really happy to get your feedback and
> contributions. If you find any bugs, if you want to improve the look of the
> rendered SVG, or anything else, please head there
> https://github.com/sebpiq/pd-fileutils and file an issue or send a pull
> request!
>
> Cheers!
>
> --
> Sébastien Piquemal
>
>  ----- @sebpiq
>  ----- http://github.com/sebpiq
>  ----- http://funktion.fm
>
> _______________________________________________
> Pd-announce mailing list
> Pd-announce at lists.iem.at
> http://lists.puredata.info/listinfo/pd-announce
>
> _______________________________________________
> Pd-list at lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>



More information about the Pd-list mailing list