Processing.js for Processing Devs: Difference between revisions

No edit summary
Line 46: Line 46:
* processing-0.9.7.min.js
* processing-0.9.7.min.js


The version numbers may be different as you read this, but not the file extensions.  Both end in .js, but one also has .min.  The .min version is the other file in a minified form, which means it will be smaller to download.  File sizes, and download times, matter on the web in a way they don't with normal Processing sketches.
The version numbers may be different as you read this, but note the file extensions.  Both end in .js, but one also has .min.  The .min version is the other file in a minified form, which means it will be smaller to download.  File sizes, and download times, matter on the web in a way they don't with normal Processing sketches.


==3. Creating a Processing.js Web Page==
==3. Creating a Processing.js Web Page==
Confirmed users
656

edits