dom.js Vs p5.dom.js
See original GitHub issueI started to have a glance to the code, documentation, etc and this is, more than anything else, a curiosity (affecting both this and processing/p5.js repos):
seems that at some point p5.dom.js
(previously tracked as p5.js/lib/addons/p5.dom.js (currently returning 404
) became dom.js
at p5.js/src/dom/dom.js.
Looking at dom.js
history I tracked the switch from p5.dom.js
to dom.js
Is this right? If so, I found a few inconsistencies both on the site and in processing/p5.js
repo documentation.
Following here, what I found so far.
- In p5.dom library page:
or you can download the single file
here.
I guess the linked one is an old version (p5.dom.js v0.3.4 Jan 19, 2017
) and the right link should be p5.js/src/dom/dom.js.
is an internal function in
p5.dom.js (returning 404, same fixed link as previous point)
Being this confirmed, I’d be happy to fix any inconsistency I found/will find.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (7 by maintainers)
Top GitHub Comments
Generally github issues would be a good place but do have a quick search on the issues page to see if someone has already asked similar questions and you can follow up on those specific issues instead.
@maxdevjs we also have milestones / releases charted here: https://github.com/processing/p5.js/milestones