As part of touching up the site I wanted to get rid of the old applet tags which held up some of the sketches, but I couldn’t find a suitable plugin for my needs. So I made one myself.
It supports parameters, multiple jar files and different sizes. I wanted the support for multiple files in particular so that I can have only one core.jar (and any other duplicated library files).
Usage:
L_BRACKET sketch name=”name” listostuff=”/path/file1.jar,/path/file2.jar,/path/file3.jar” width=”400″ height=”400″ param=”parameter1:value1;parameter2:value2;parameter3:value3″ R_BRACKET
Demo: All applets on this site are added with this plugin.
Another Processing Java Applet Plugin,