processin.js

You must Login before you can answer or comment on any questions.

Hi Does anyone know how to setup processing.js in your titanium studio project or if you could be kind enough to point me to a tutorial? I am using Titanium Stuido(1.7) Thanks in advance.

1 Answer

Processing.js targets the browser, so I don't think you'll be able to use it natively within Titanium. I would assume that you could however use it within a webview. And in that case, you'd use it just like you would in a normal browser.

— answered 2 years ago by J Alammar
answer permalink
2 Comments
  • so in the case of using it in the webview. Do i just add the library in my project folder and then just call all the functions in a webview. That will make it work?

    — commented 2 years ago by Siddharth Parmar

  • If I understand correctly, yes. Put it somewhere in the app folder and include it from the HTML inside the webview. The root of your application would be treated as the root web folder.

    — commented 2 years ago by J Alammar

Your Answer

Think you can help? Login to answer this question!