How to export Processing project as JavaSript?

edited February 2014 in JavaScript Mode

How to export Processing project as JavaSript?

Answers

  • edited February 2014

    Anyway, I have exported project as Javascript, but only Firefox can open it. I tried with Chrome and Explorer also, but it shows nothing.

  • By default, only Firefox and its derivatives like SeaMonkey, QupZilla, etc. run scripts from locally opened .html files. :-<
    Therefore in order to run in other browsers, we gotta open them w/ http: protocol, that is, as a server!
    JavaScript mode automatically creates a local http: server and opens a browser in order to run the generated .html file w/ our compiled JS script.

Sign In or Register to comment.