Confirmed users
656
edits
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 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. | 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 (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== |