Yes I am using processing.js with GWT.
I wrote a simple GWT wrapper for processing.js you can check it out here: 

https://github.com/timeu/processing-js-gwt

There are three ways to load processing code (you have to call them on the 
instance of the wrapper):

load(ExternalTextResource code ,final Runnable onLoad)
loadFromUrl(String url,final Runnable onLoad)
load(String code,final Runnable onLoad)

*The onLoad Callback will be called as soon as the processing code is 
loaded.
*
*
*
*There is also an abstract *ProcessingInstance *class for interaction with 
the Processing code. *
*
*
*Hope this helps*

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to