Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
p5.js | 2025-08-23 | 5.2 MB | |
p5.min.js | 2025-08-23 | 1.1 MB | |
p5.sound.js | 2025-08-23 | 488.2 kB | |
p5.sound.min.js | 2025-08-23 | 200.1 kB | |
p5.zip | 2025-08-23 | 1.2 MB | |
README.md | 2025-08-23 | 3.5 kB | |
v1.11.10 source code.tar.gz | 2025-08-23 | 20.3 MB | |
v1.11.10 source code.zip | 2025-08-23 | 20.9 MB | |
Totals: 8 Items | 49.4 MB | 10 |
How to Use
To use this version, import p5.js from: https://cdn.jsdelivr.net/npm/p5@1.11.10/lib/p5.min.js or duplicate this sketch
In the p5.js Editor, make sure this is in the index.html
page:
:::html
<script src="https://cdn.jsdelivr.net/npm/p5@1.11.10/lib/p5.min.js"></script>
Problems or Questions?
You can post an issue on GitHub or ask on Discord
Next Release?
Currently, we are focusing on expanding and improving 2.x - therefore, no new features will be added to 1.x. However, the goal is to keep 1.x available as a stable version of p5.js longer-term, so bugfinding, bugfixes and documentation improvements are welcome. Any new release will first have a release candidate available for testing, which is posted on Discord, Instagram, and GitHub, for several weeks beforehand.
What's Changed 🎊
- Changing URL which comes when user is not in WEBGL mode by @skools-here in https://github.com/processing/p5.js/pull/7976
- docs: add mudit06mah as a contributor for doc by @allcontributors[bot] in https://github.com/processing/p5.js/pull/7982
- docs: add acgillette as a contributor for code by @allcontributors[bot] in https://github.com/processing/p5.js/pull/7990
- Fix parameter documentation for bezierPoint by @shawdm in https://github.com/processing/p5.js/pull/7987
- docs: add shawdm as a contributor for doc by @allcontributors[bot] in https://github.com/processing/p5.js/pull/7991
- Bring 2.0 stroke ordering fixes to 1.x by @davepagurek in https://github.com/processing/p5.js/pull/7996
- docs: add skools-here as a contributor for code by @allcontributors[bot] in https://github.com/processing/p5.js/pull/7977
- Remove incorrect mouseX/mouseY docs regarding WEBGL mode by @ericrav in https://github.com/processing/p5.js/pull/8004
- docs: add ericrav as a contributor for doc by @allcontributors[bot] in https://github.com/processing/p5.js/pull/8007
- Fix: Corrected code block formatting for textureMode() by @harishbit in https://github.com/processing/p5.js/pull/8011
- docs: add abuharish02 as a contributor for doc by @allcontributors[bot] in https://github.com/processing/p5.js/pull/8012
- docs: add vivekbopaliya as a contributor for code, design, and 2 more by @allcontributors[bot] in https://github.com/processing/p5.js/pull/8027
- Update README.md by @ksen0 in https://github.com/processing/p5.js/pull/8028
- Adding korean translation steward. by @perminder-17 in https://github.com/processing/p5.js/pull/8033
- chore: update README table from stewards.yml by @ksen0 in https://github.com/processing/p5.js/pull/8034
- docs: add Iron-56 as a contributor for bug, and code by @allcontributors[bot] in https://github.com/processing/p5.js/pull/8039
- docs: add MissTipo as a contributor for blog, code, and 4 more by @allcontributors[bot] in https://github.com/processing/p5.js/pull/8045
- mouse offscreen behaviors bugfix by @ksen0 in https://github.com/processing/p5.js/pull/8030
New Contributors
- @skools-here made their first contribution in https://github.com/processing/p5.js/pull/7976
- @ericrav made their first contribution in https://github.com/processing/p5.js/pull/8004
Full Changelog: https://github.com/processing/p5.js/compare/v1.11.9...v1.11.10