[L2Ork-dev] custom GUI
Patrice Colet
colet.patrice at free.fr
Thu Oct 19 21:10:25 UTC 2017
Le 19/10/2017 à 21:59, Jonathan Wilkes a écrit :
> > If you wish to draw dynamic images, try ggee/image.
> > It should support most image file formats. I'll let Jonathan
> > respond to you data structure part of the question. Hope this helps.
>
> If you want to draw dynamic images where the possible
> images are known in advance, use [draw sprite].
>
> If you want to dynamically generate image data on the
> fly, I don't know that there's a Pd interface that does that
> well outside of Gem.
>
I want to store and display image data on the fly and have reached this
goal with the help of sys_gui for the interface part and datastructure
for the memory part, it works well but the coding is rather heavy in the
patch.
Writing an external that would handle gui implementation would
simplify but I'm not sure about using tcl-tk anymore since I find it
more limited than js.
> You can leverage [open $1(---[ggee/image] for that purpose.
> But that triggers two system calls to pull data from the
> filesystem-- one in the GUI and another in the audio engine.
>
> -Jonathan
>
>
> _______________________________________________
> L2Ork-dev mailing list
> L2Ork-dev at disis.music.vt.edu
> https://disis.music.vt.edu/listinfo/l2ork-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://disis.music.vt.edu/pipermail/l2ork-dev/attachments/20171019/79ef93bc/attachment.html>
More information about the L2Ork-dev
mailing list