Loading...
Logo
Processing Forum
Hey guys,

Is there a possibility to export my leap featuring Processing sketches to get them running in the web ? 


According to the developer (and probably some more of you guys) the problem is the usage of libraries when exporting to a javascript.

Has anyone a solution ? Hint ? Anything ?



Thanks,

Replies(2)

I moved your first message to Contributed Libraries, this one to "Other Languages", both from Programming Questions. Please, try and choose the proper (most specialized) section. Thanks.

And, no, Java libraries cannot be used in PJS, at all.
Unless they are rewritten in JS, not a simple task for most of them (particularly if they rely on Java features, which is probable).
Hey,
thanks for the answer! Well since I'm just starting with javascript do you think there is a possibilty to let my sketch work via keypress( check, works) but instead of using keyPressed importing the leap data via leap js?
Because I'm not sure about how to connect the leap js with my processing script (if this is even possible)?