[L2Ork-dev] Purr Data 2.4.0

Jonathan Wilkes jancsika at yahoo.com
Mon Oct 16 04:07:48 UTC 2017


Hello list,
Purr Data 2.4.0 is now out:

* fixed a bug where the preferences wouldn't load properly on some OSX systems
* added [draw svg] for a graphical viewport
* fixed display bugs with [draw image] and [draw sprite]
* added experimental [draw array] for visualizing array data


[draw svg] adds the ability to define a viewport outside of which the
visual content is clipped. This is the way users typically assume a 

GOP rectangle works-- i.e., nothing outside the GOP rectangle should 

be displayed. Unfortunately GOP canvases don't work that way, but 

[draw svg] does.

When combined with the experimental not-yet-complete) [draw array], 

you can display lots of arbitrarily complex paths and shapes without 

taking the performance hit of having to calculate the bbox for every 

single array element.


Binaries here:

https://github.com/jonwwilkes/purr-data/releases/tag/2.4.0

Report bugs here:

https://git.purrdata.net/jwilkes/purr-data/issues

-Jonathan


More information about the L2Ork-dev mailing list