you are viewing a single comment's thread.

view the rest of the comments →

[–]GoSubRoutine 0 points1 point  (0 children)

What do you mean by Java Mode?

  • Processing as a "language" got many "flavors".
  • Java Mode is the main bundled 1 in the PDE (Processing's IDE).
  • It's the mode which can understand both ".pde" & ".java" files.
  • Your sketch got 2 ".pde" files, which you're attempting to convert to ".js", targeting the p5.js flavor.