We are about to switch to a new forum software. Until then we have removed the registration on this forum.
If I want to become familiar with the processing core, is there documentation regarding the structure of the main program and its libraries? Or one should browse the source code in GitHub? I am interested to know about the general layout of the Processing engine. Also, does P5.js try to mimic Processing in his structure? Mind I don't know much about JS/CSS/HTML5.
Last thing, Processing extends from PApplet which extends from Applet? Can one run applet in browsers with java-enabled? I know Edge in Windows 10 does not support java so it is not possible to run Applets (standard java code). What about other browsers?
Yes, I tried to run some sample code but I didn't get anywhere...
Kf
Answers
Not anymore. Support was dropped in p3. See comment in this file
https://github.com/processing/processing/blob/master/core/src/processing/core/PApplet.java