p5.js Files

Babbage'sDifference Engine
Babbage's Difference
Engine (circa 1832)

This folder contains some p5.js files that might be of interest. Included are some possibly useful programs, some demo files, and some how-to files related to p5.js.

The p5.js files have the file type .pjs. My editor has special features for different languages. It determines the language based on the file type which makes it desirable to distinguish between true Javascript .js files and p5.js files. In order to do so, the file type .pjs is being used for p5.js files.

The .pjs files assume the necessary p5.js include files are in "/p5js". If you decide to copy the files to your own computer, you may have to edit the names of those files in the <script> section.

These apts solve some common math and statistical problems both numerically and graphically

Some more p5js code

The following two programs have been tested with Firefox, Chrome, Opera and the new Edge browsers. They may not work with the Edge Legacy browser. They have not been tested with Safari. The are not intended to be used and have not been tested on smart phones.

James Brink
Revised: 10/16/2021