- Is it possible to use Processing.js with JavaScript syntax?
- If yes, may you show some examples?
- Would it be much faster? I don’t know how much time takes precompilation of Java code.
- Is it possible to precompile Processing into JS script on the server side?
Is it possible to use Processing.js with JavaScript syntax? If yes, may you show
Share
This version also includes Javascript examples among others. Here’s a preview of an example that parses the DOM and generates a tree:
The Processing IDE is different, but if you can run it, that’s fine, otherwise, you’ll need to replicate the functionality with a server side language of your choice. Thankfully, the Processing project is open source, so you can have a peek at their implementation of the JavaScriptBuild.
To try the new JavaScript mode simply download the latest build from the Processing repository.