We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Is Processing.js is a Javascript programming language?
Processing.js (Pjs) is both a JS library & a Processing's Java Mode (.pde) transpiler: ~O) http://ProcessingJS.org/
However, it was pretty much abandoned by Processing Foundation in favor of p5.js: =(( http://p5js.org/
Likewise p5.js Mode, which is based on p5.js lib, there has been JavaScript & CoffeeScript Modes based on Pjs lib.
Latest compatible Processing's IDE (PDE) for JavaScript Mode (0.4.0) is 3.1.2: https://GitHub.com/fjenett/javascript-mode-processing/issues/35 https://GitHub.com/processing/processing/releases/tag/processing-0251-3.1.2
Latest compatible Processing's IDE (PDE) for CoffeeScript Mode (0.0.7) is 3.0a5: https://GitHub.com/fjenett/coffeescript-mode-processing https://GitHub.com/processing/processing/releases/tag/processing-0232-3.0a5
Thanks for the helpful answer.
We can still host ".pde" sketches for running under Pjs lib in these sites: http://studio.SketchPad.cc/ https://OpenProcessing.org/sketch/create
There are some others too. But those 2 are most famous. >-)
Answers
Processing.js (Pjs) is both a JS library & a Processing's Java Mode (.pde) transpiler: ~O)
http://ProcessingJS.org/
However, it was pretty much abandoned by Processing Foundation in favor of p5.js: =((
http://p5js.org/
Likewise p5.js Mode, which is based on p5.js lib, there has been JavaScript & CoffeeScript Modes based on Pjs lib.
Latest compatible Processing's IDE (PDE) for JavaScript Mode (0.4.0) is 3.1.2:
https://GitHub.com/fjenett/javascript-mode-processing/issues/35
https://GitHub.com/processing/processing/releases/tag/processing-0251-3.1.2
Latest compatible Processing's IDE (PDE) for CoffeeScript Mode (0.0.7) is 3.0a5:
https://GitHub.com/fjenett/coffeescript-mode-processing
https://GitHub.com/processing/processing/releases/tag/processing-0232-3.0a5
Thanks for the helpful answer.
We can still host ".pde" sketches for running under Pjs lib in these sites:
http://studio.SketchPad.cc/
https://OpenProcessing.org/sketch/create
There are some others too. But those 2 are most famous. >-)