ProcessingJs-GWT is a thin Google Web Toolkit (GWT) wrapper that allows to use processingjs sketches in GWT applications.
TODO
If you're using Maven, you can add the following to your <dependencies>
section:
<dependency>
<groupId>com.github.timeu.gwt-libs.processingjs-gwt</groupId>
<artifactId>processingjs-gwt</artifactId>
<version>1.0.0</version>
</dependency>
You can also download the jar directly or check out the source using git from https://github.com/timeu/processing-js-gwt.git and build it yourself. Once you've installed ProcessingJs-GWT, be sure to inherit the module in your .gwt.xml file like this:
<inherits name='com.github.timeu.gwtlibs.processingjsgwt.ProcessingJsGWT'/>
- Check out the sample app (Source Code) for a full example of using ProcessingJs-GWT.