[Applet Java] from Patch to Applet

rouliaan's icon

Hi,

I have developped patches for video transformation and I would like to run these patches on web. The idea : with their webcam, everyone could test my realisation.
I would like to know, if there is a solution to transform a patch Max into applet Java directly ?

Brian Gruber's icon

not really. java can run within max, but not the other way around.

Hans Höglund's icon

Nope. You can run Max on a server and have it communicate with applets over the network, or you can deploy your application as a collective/standalone app and have users download it.