[Applet Java] from Patch to Applet
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 ?
not really. java can run within max, but not the other way around.
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.