Skip to content
This repository has been archived by the owner on Jun 6, 2020. It is now read-only.

do not support "pure JS" mode #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion articles/_posts/2011-12-04-jsQuickStart.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,10 @@ <h4>

<h4>
<b><a name="javascriptonlyprocessingcode">Writing JavaScript-only Processing.js code</a></b></h4>
<p>
Since 1.4.9, this is not supported any more. <br>
To write Javascript code, you can use 1.4.8 or other libraries like <a href="http://p5js.org/" target="_blank">p5js</a>.</p>
<del>
<p>
The previous method produced JavaScript code from Processing, but you can also write
JavaScript on its own. The Processing.js parser turns Processing code into a JavaScript
Expand Down Expand Up @@ -260,7 +264,7 @@ <h4>
or objects are accessible as properties of this object.</p>
<p>
Once that function is complete, pass it, along with a reference to a canvas, to
the Processing constructor (remember to use <i>new</i>).</p>
the Processing constructor (remember to use <i>new</i>).</p></del>
<h4>
<b><a name="combineprocessingandjavascript">Writing Documents that Combine Processing and JavaScript Code</a></b></h4>
<p>
Expand Down