put sketch with external libraries in website
in
Integration and Hardware
•
7 months ago
I have seen similar questions posted before but seems the general answer is that it cannot be done
but I know for a fact that this is not true for example why do quarks examples work.
older processing version used to be able to export as an applet which you could embed in a html file.
I have read how processing makes a web sketch by turning the sketch code to JavaScript with canvas tag referencing the .pde file
what I basically want to do is do what quarks did with his example, he seems to have somehow converted his sketches into an applet which can use external libraries or jars without any problem
I don't know much about html I can probably make static pages but that about it but I viewed one of his examples
I tried to copy what he did with sketch but it did not work
any suggestions
1