Confirmed users
656
edits
| Line 76: | Line 76: | ||
* processing-0.9.7.min.js | * processing-0.9.7.min.js | ||
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 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 Processing.js in a minified form, which means it will be smaller to download (minified JavaScript uses tricks like removing whitespace and renaming long variable names to single letters). 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== | ||