Page 1 of 1

Processing & Livecode

Posted: Wed Oct 30, 2013 6:30 pm
by calmrr3
Hi,

I was just wondering if it possible to run a sketch made in processing within a LiveCode application?

Thanks

Re: Processing & Livecode

Posted: Wed Oct 30, 2013 7:03 pm
by dunbarx
calmrr3

Could be me; I am old.

What do you mean?

Craig

Re: Processing & Livecode

Posted: Wed Oct 30, 2013 8:55 pm
by calmrr3
Processing is a language/ application for creating generative art/ infographics/ etc (see openprocessing . org for examples). I am just wanting to run a processing 'sketch' in a LiveCode app.

Thanks

Re: Processing & Livecode

Posted: Thu Oct 31, 2013 9:20 am
by Thierry
calmrr3 wrote: I am just wanting to run a processing 'sketch' in a LiveCode app.
Hi,

Have you looked at shell() or launch in LC dictionary?

i.e: launch "/Documents/Projects/test.txt" with myApp

HTH,

Thierry