p5 1.3.1 β 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +113 -21
- package/lib/addons/p5.sound.js +10242 -9808
- package/lib/addons/p5.sound.min.js +2 -2
- package/lib/p5.js +7278 -4854
- package/lib/p5.min.js +2 -2
- package/package.json +5 -6
- package/translations/dev.js +3 -2
- package/translations/en/translation.json +32 -21
- package/translations/es/translation.json +12 -1
- package/translations/index.js +4 -3
- package/translations/ko/README.md +26 -0
- package/translations/ko/translation.json +72 -0
package/README.md
CHANGED
|
@@ -54,32 +54,34 @@ Stewards are contributors that are particularly involved, familiar, or responsiv
|
|
|
54
54
|
|
|
55
55
|
Anyone interested can volunteer to be a steward! There are no specific requirements for expertise, just an interest in actively learning and participating. If youβre familiar with one or more parts of this project, open an issue to volunteer as a steward!
|
|
56
56
|
|
|
57
|
-
* [@
|
|
57
|
+
* [@qianqianye](https://github.com/qianqianye) - p5.js Project Lead
|
|
58
|
+
* [@outofambit](https://github.com/outofambit) - p5.js Mentor
|
|
58
59
|
* [@lmccart](https://github.com/lmccart)
|
|
59
|
-
* [@outofambit](https://github.com/outofambit)
|
|
60
60
|
* [@limzykenneth](https://github.com/limzykenneth)
|
|
61
61
|
* [@stalgiag](https://github.com/stalgiag)
|
|
62
62
|
* [@montoyamoraga](https://github.com/montoyamoraga)
|
|
63
63
|
* [@dhowe](https://github.com/dhowe)
|
|
64
|
+
* [@rahulm2310](https://github.com/rahulm2310)
|
|
64
65
|
|
|
65
|
-
| Area
|
|
66
|
-
|
|
|
67
|
-
|
|
|
68
|
-
|
|
|
69
|
-
|
|
|
70
|
-
|
|
|
71
|
-
|
|
|
72
|
-
|
|
|
73
|
-
|
|
|
74
|
-
|
|
|
75
|
-
|
|
|
76
|
-
|
|
|
77
|
-
|
|
|
78
|
-
|
|
|
79
|
-
|
|
|
80
|
-
|
|
|
81
|
-
|
|
|
82
|
-
| [
|
|
66
|
+
| Area | Steward(s) |
|
|
67
|
+
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ |
|
|
68
|
+
| Overall | [@qianqianye](https://github.com/qianqianye) |
|
|
69
|
+
| [Accessibility](https://github.com/processing/p5.js/tree/main/src/accessibility) | [@kungfuchicken](https://github.com/kungfuchicken) |
|
|
70
|
+
| [Color](https://github.com/processing/p5.js/tree/main/src/color) | [@KleoP](https://github.com/KleoP), [@murilopolese](https://github.com/murilopolese), [@aahdee](https://github.com/aahdee) |
|
|
71
|
+
| [Core](https://github.com/processing/p5.js/tree/main/src/core)/Environment/Rendering | [@limzykenneth](https://github.com/limzykenneth), [@davepagurek](https://github.com/davepagurek), [@jeffawang](https://github.com/jeffawang) |
|
|
72
|
+
| [Data](https://github.com/processing/p5.js/tree/main/src/data) | [@kungfuchicken](https://github.com/kungfuchicken) |
|
|
73
|
+
| [DOM](https://github.com/processing/p5.js/tree/main/src/dom) | [@outofambit](https://github.com/outofambit), [@SarveshLimaye](https://github.com/SarveshLimaye), [@SamirDhoke](https://github.com/SamirDhoke) |
|
|
74
|
+
| [Events](https://github.com/processing/p5.js/tree/main/src/events) | [@limzykenneth](https://github.com/limzykenneth) |
|
|
75
|
+
| [Image](https://github.com/processing/p5.js/tree/main/src/image) | [@stalgiag](https://github.com/stalgiag), [@cgusb](https://github.com/cgusb), [@photon-niko](https://github.com/photon-niko), [@KleoP](https://github.com/KleoP)
|
|
76
|
+
| [IO](https://github.com/processing/p5.js/tree/main/src/io) | [@limzykenneth](https://github.com/limzykenneth) |
|
|
77
|
+
| [Math](https://github.com/processing/p5.js/tree/main/src/math) | [@limzykenneth](https://github.com/limzykenneth), [@jeffawang](https://github.com/jeffawang), [@AdilRabbani](https://github.com/AdilRabbani) |
|
|
78
|
+
| [Typography](https://github.com/processing/p5.js/tree/main/src/typography) | [@dhowe](https://github.com/dhowe), [@SarveshLimaye](https://github.com/SarveshLimaye) |
|
|
79
|
+
| [Utilities](https://github.com/processing/p5.js/tree/main/src/utilities) | [@kungfuchicken](https://github.com/kungfuchicken) |
|
|
80
|
+
| [WebGL](https://github.com/processing/p5.js/tree/main/src/webgl) | [@stalgiag](https://github.com/stalgiag); GSoC 2022: [@aceslowman](https://github.com/aceslowman)(Contributor), [@kjhollen](https://github.com/kjhollen)(Mentor); [@ShenpaiSharma](https://github.com/ShenpaiSharma)(Contributor), [@calebfoss](https://github.com/calebfoss)(Mentor); [@davepagurek](https://github.com/davepagurek); [@jeffawang](https://github.com/jeffawang); [@AdilRabbani](https://github.com/AdilRabbani) |
|
|
81
|
+
| Build Process/Unit Testing | [@outofambit](https://github.com/outofambit), [@kungfuchicken](https://github.com/kungfuchicken) |
|
|
82
|
+
| Localization Tools | [@outofambit](https://github.com/outofambit), [@almchung](https://github.com/almchung) |
|
|
83
|
+
| Friendly Errors | [@outofambit](https://github.com/outofambit), [@almchung](https://github.com/almchung) |
|
|
84
|
+
| [Contributor Docs](https://github.com/processing/p5.js/tree/main/contributor_docs) | [SoD 2022](https://github.com/processing/p5.js/wiki/Season-of-Docs-2022-Organization-Application---p5.js): [@limzykenneth](https://github.com/limzykenneth) |
|
|
83
85
|
|
|
84
86
|
## Contributors
|
|
85
87
|
|
|
@@ -176,7 +178,7 @@ We recognize all types of contributions. This project follows the [all-contribut
|
|
|
176
178
|
<td align="center"><a href="http://www.estebanalmiron.com"><img src="https://avatars1.githubusercontent.com/u/1040718?v=4?s=100" width="100px;" alt=""/><br /><sub><b>taseenb</b></sub></a><br /></td>
|
|
177
179
|
<td align="center"><a href="https://github.com/tafsiri"><img src="https://avatars1.githubusercontent.com/u/26408?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Yannick Assogba</b></sub></a><br /></td>
|
|
178
180
|
<td align="center"><a href="https://github.com/johnpasquarello"><img src="https://avatars3.githubusercontent.com/u/2349625?v=4?s=100" width="100px;" alt=""/><br /><sub><b>John Pasquarello</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=johnpasquarello" title="Code">π»</a></td>
|
|
179
|
-
<td align="center"><a href="http://HappyCoding.io"><img src="https://avatars1.githubusercontent.com/u/6930986?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Kevin Workman</b></sub></a><br
|
|
181
|
+
<td align="center"><a href="http://HappyCoding.io"><img src="https://avatars1.githubusercontent.com/u/6930986?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Kevin Workman</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=KevinWorkman" title="Documentation">π</a></td>
|
|
180
182
|
<td align="center"><a href="https://github.com/gauini"><img src="https://avatars1.githubusercontent.com/u/4229215?v=4?s=100" width="100px;" alt=""/><br /><sub><b>gauini</b></sub></a><br /></td>
|
|
181
183
|
</tr>
|
|
182
184
|
<tr>
|
|
@@ -485,6 +487,96 @@ We recognize all types of contributions. This project follows the [all-contribut
|
|
|
485
487
|
<td align="center"><a href="http://sanjaysinghrajpoot.me"><img src="https://avatars.githubusercontent.com/u/67458417?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sanjay Singh Rajpoot</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=SanjaySinghRajpoot" title="Documentation">π</a></td>
|
|
486
488
|
<td align="center"><a href="http://chrispilcher.me"><img src="https://avatars.githubusercontent.com/u/5150833?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Chris P.</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=b4ux1t3" title="Documentation">π</a></td>
|
|
487
489
|
</tr>
|
|
490
|
+
<tr>
|
|
491
|
+
<td align="center"><a href="https://github.com/maxthomax"><img src="https://avatars.githubusercontent.com/u/888491?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Thomas Herlea</b></sub></a><br /><a href="https://github.com/processing/p5.js/issues?q=author%3Amaxthomax" title="Bug reports">π</a> <a href="https://github.com/processing/p5.js/commits?author=maxthomax" title="Code">π»</a> <a href="https://github.com/processing/p5.js/commits?author=maxthomax" title="Documentation">π</a></td>
|
|
492
|
+
<td align="center"><a href="http://smrnjeet222.github.io"><img src="https://avatars.githubusercontent.com/u/48654626?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Simranjeet Singh</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=smrnjeet222" title="Code">π»</a> <a href="#talk-smrnjeet222" title="Talks">π’</a> <a href="#design-smrnjeet222" title="Design">π¨</a> <a href="https://github.com/processing/p5.js/pulls?q=is%3Apr+reviewed-by%3Asmrnjeet222" title="Reviewed Pull Requests">π</a></td>
|
|
493
|
+
<td align="center"><a href="http://rahulm2310.github.io/Portfolio"><img src="https://avatars.githubusercontent.com/u/54268438?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Rahul Mohata</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=Rahulm2310" title="Documentation">π</a></td>
|
|
494
|
+
<td align="center"><a href="http://www.davepagurek.com"><img src="https://avatars.githubusercontent.com/u/5315059?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Dave Pagurek</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=davepagurek" title="Code">π»</a> <a href="https://github.com/processing/p5.js/commits?author=davepagurek" title="Tests">β οΈ</a></td>
|
|
495
|
+
<td align="center"><a href="http://fb.com/leo.kamwathi"><img src="https://avatars.githubusercontent.com/u/9960539?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Leo Kamwathi</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=leokamwathi" title="Code">π»</a></td>
|
|
496
|
+
<td align="center"><a href="https://github.com/DavidWeiss2"><img src="https://avatars.githubusercontent.com/u/12801099?v=4?s=100" width="100px;" alt=""/><br /><sub><b>David Weiss</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=DavidWeiss2" title="Code">π»</a> <a href="#talk-DavidWeiss2" title="Talks">π’</a> <a href="https://github.com/processing/p5.js/pulls?q=is%3Apr+reviewed-by%3ADavidWeiss2" title="Reviewed Pull Requests">π</a> <a href="https://github.com/processing/p5.js/commits?author=DavidWeiss2" title="Documentation">π</a></td>
|
|
497
|
+
<td align="center"><a href="https://github.com/christhomson"><img src="https://avatars.githubusercontent.com/u/22621?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Chris Thomson</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=christhomson" title="Code">π»</a> <a href="https://github.com/processing/p5.js/issues?q=author%3Achristhomson" title="Bug reports">π</a></td>
|
|
498
|
+
</tr>
|
|
499
|
+
<tr>
|
|
500
|
+
<td align="center"><a href="http://olusegunsamson.me"><img src="https://avatars.githubusercontent.com/u/40327060?v=4?s=100" width="100px;" alt=""/><br /><sub><b>mainstreamdev</b></sub></a><br /><a href="https://github.com/processing/p5.js/issues?q=author%3Acryptochap" title="Bug reports">π</a></td>
|
|
501
|
+
<td align="center"><a href="https://github.com/ageonic"><img src="https://avatars.githubusercontent.com/u/79060613?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Aaron George</b></sub></a><br /><a href="https://github.com/processing/p5.js/issues?q=author%3Aageonic" title="Bug reports">π</a></td>
|
|
502
|
+
<td align="center"><a href="https://github.com/aLyonsGH"><img src="https://avatars.githubusercontent.com/u/52976155?s=400&u=e1dde38fbd983995c459ec3d1f999193bd1e132e&v=4?s=100" width="100px;" alt=""/><br /><sub><b>Alex Lyons</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=aLyonsGH" title="Documentation">π</a></td>
|
|
503
|
+
<td align="center"><a href="https://github.com/TylersGit"><img src="https://avatars.githubusercontent.com/u/71571453?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Tyler Jordan</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=TylersGit" title="Documentation">π</a></td>
|
|
504
|
+
<td align="center"><a href="https://ghales.top"><img src="https://avatars.githubusercontent.com/u/37638655?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ghales</b></sub></a><br /><a href="#design-ghalestrilo" title="Design">π¨</a> <a href="https://github.com/processing/p5.js/commits?author=ghalestrilo" title="Code">π»</a> <a href="#tool-ghalestrilo" title="Tools">π§</a></td>
|
|
505
|
+
<td align="center"><a href="https://github.com/JetStarBlues"><img src="https://avatars.githubusercontent.com/u/4354703?v=4?s=100" width="100px;" alt=""/><br /><sub><b>JetStarBlues</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=JetStarBlues" title="Documentation">π</a> <a href="https://github.com/processing/p5.js/commits?author=JetStarBlues" title="Code">π»</a></td>
|
|
506
|
+
<td align="center"><a href="https://github.com/code4humanity"><img src="https://avatars.githubusercontent.com/u/66260854?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Avelar</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=code4humanity" title="Documentation">π</a></td>
|
|
507
|
+
</tr>
|
|
508
|
+
<tr>
|
|
509
|
+
<td align="center"><a href="https://code.osteele.com/"><img src="https://avatars.githubusercontent.com/u/674?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Oliver Steele</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=osteele" title="Documentation">π</a></td>
|
|
510
|
+
<td align="center"><a href="https://github.com/pearmini"><img src="https://avatars.githubusercontent.com/u/49330279?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MiniPear</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=pearmini" title="Documentation">π</a></td>
|
|
511
|
+
<td align="center"><a href="http://www.paulwheeler.us/"><img src="https://avatars.githubusercontent.com/u/940246?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Paul Wheeler</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=sflanker" title="Code">π»</a></td>
|
|
512
|
+
<td align="center"><a href="https://nitin-rana.github.io/nitinrana.github.io/"><img src="https://avatars.githubusercontent.com/u/58933197?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Nitin Rana</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=Nitin-Rana" title="Documentation">π</a></td>
|
|
513
|
+
<td align="center"><a href="https://www.anniemckinnon.com/"><img src="https://avatars.githubusercontent.com/u/35992537?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Annie McKinnon</b></sub></a><br /><a href="https://github.com/processing/p5.js/issues?q=author%3Aanniemckinnon" title="Bug reports">π</a> <a href="https://github.com/processing/p5.js/commits?author=anniemckinnon" title="Code">π»</a></td>
|
|
514
|
+
<td align="center"><a href="http://jiwon.me"><img src="https://avatars.githubusercontent.com/u/53327429?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jiwon Park (hanpanic)</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=jiwonme" title="Code">π»</a></td>
|
|
515
|
+
<td align="center"><a href="https://truemaxdh.github.io/"><img src="https://avatars.githubusercontent.com/u/12081386?v=4?s=100" width="100px;" alt=""/><br /><sub><b>truemaxdh</b></sub></a><br /><a href="https://github.com/processing/p5.js/issues?q=author%3Atruemaxdh" title="Bug reports">π</a> <a href="https://github.com/processing/p5.js/commits?author=truemaxdh" title="Code">π»</a></td>
|
|
516
|
+
</tr>
|
|
517
|
+
<tr>
|
|
518
|
+
<td align="center"><a href="https://github.com/katiejliu"><img src="https://avatars.githubusercontent.com/u/78124298?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Katie</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=katiejliu" title="Code">π»</a></td>
|
|
519
|
+
<td align="center"><a href="http://www.alura.com.br"><img src="https://avatars.githubusercontent.com/u/51391?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Guilherme Silveira</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=guilhermesilveira" title="Documentation">π</a></td>
|
|
520
|
+
<td align="center"><a href="https://www.camilleroux.com/"><img src="https://avatars.githubusercontent.com/u/25977?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Camille Roux</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=camilleroux" title="Code">π»</a></td>
|
|
521
|
+
<td align="center"><a href="https://github.com/reejuBhattacharya"><img src="https://avatars.githubusercontent.com/u/40564575?v=4?s=100" width="100px;" alt=""/><br /><sub><b>reejuBhattacharya</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=reejuBhattacharya" title="Documentation">π</a> <a href="https://github.com/processing/p5.js/commits?author=reejuBhattacharya" title="Code">π»</a></td>
|
|
522
|
+
<td align="center"><a href="https://github.com/akshatnema"><img src="https://avatars.githubusercontent.com/u/76521428?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Akshat Nema</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=akshatnema" title="Code">π»</a></td>
|
|
523
|
+
<td align="center"><a href="https://github.com/IamEzio"><img src="https://avatars.githubusercontent.com/u/89375125?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Anshuman Maurya</b></sub></a><br /><a href="https://github.com/processing/p5.js/issues?q=author%3AIamEzio" title="Bug reports">π</a></td>
|
|
524
|
+
<td align="center"><a href="https://github.com/Himanshu664"><img src="https://avatars.githubusercontent.com/u/76220055?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Himanshu Malviya</b></sub></a><br /><a href="https://github.com/processing/p5.js/issues?q=author%3AHimanshu664" title="Bug reports">π</a></td>
|
|
525
|
+
</tr>
|
|
526
|
+
<tr>
|
|
527
|
+
<td align="center"><a href="https://github.com/chosamuel"><img src="https://avatars.githubusercontent.com/u/26333602?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Samuel Cho</b></sub></a><br /><a href="https://github.com/processing/p5.js/issues?q=author%3Achosamuel" title="Bug reports">π</a></td>
|
|
528
|
+
<td align="center"><a href="https://github.com/TOrfevres"><img src="https://avatars.githubusercontent.com/u/23334809?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ThΓ©odore OrfΓ¨vres</b></sub></a><br /><a href="https://github.com/processing/p5.js/issues?q=author%3ATOrfevres" title="Bug reports">π</a></td>
|
|
529
|
+
<td align="center"><a href="https://github.com/JaPatGitHub"><img src="https://avatars.githubusercontent.com/u/73636668?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jyotiraditya Pradhan</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=JaPatGitHub" title="Documentation">π</a></td>
|
|
530
|
+
<td align="center"><a href="https://github.com/Zearin"><img src="https://avatars.githubusercontent.com/u/630124?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Zearin</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=Zearin" title="Documentation">π</a></td>
|
|
531
|
+
<td align="center"><a href="https://github.com/pifragile"><img src="https://avatars.githubusercontent.com/u/14249275?v=4?s=100" width="100px;" alt=""/><br /><sub><b>pifragile</b></sub></a><br /><a href="https://github.com/processing/p5.js/issues?q=author%3Apifragile" title="Bug reports">π</a></td>
|
|
532
|
+
<td align="center"><a href="https://github.com/j-stodd"><img src="https://avatars.githubusercontent.com/u/65479705?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jstodd</b></sub></a><br /><a href="https://github.com/processing/p5.js/issues?q=author%3Aj-stodd" title="Bug reports">π</a></td>
|
|
533
|
+
<td align="center"><a href="https://racket-stories.com"><img src="https://avatars.githubusercontent.com/u/461765?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jens Axel SΓΈgaard</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=soegaard" title="Documentation">π</a> <a href="https://github.com/processing/p5.js/issues?q=author%3Asoegaard" title="Bug reports">π</a></td>
|
|
534
|
+
</tr>
|
|
535
|
+
<tr>
|
|
536
|
+
<td align="center"><a href="https://github.com/oleboleskole3"><img src="https://avatars.githubusercontent.com/u/43952813?v=4?s=100" width="100px;" alt=""/><br /><sub><b>oleboleskole3</b></sub></a><br /><a href="https://github.com/processing/p5.js/issues?q=author%3Aoleboleskole3" title="Bug reports">π</a></td>
|
|
537
|
+
<td align="center"><a href="https://github.com/awelles"><img src="https://avatars.githubusercontent.com/u/115194?v=4?s=100" width="100px;" alt=""/><br /><sub><b>A Welles</b></sub></a><br /><a href="https://github.com/processing/p5.js/issues?q=author%3Aawelles" title="Bug reports">π</a></td>
|
|
538
|
+
<td align="center"><a href="https://superblob.studio/"><img src="https://avatars.githubusercontent.com/u/5208182?v=4?s=100" width="100px;" alt=""/><br /><sub><b>andrei antonescu</b></sub></a><br /><a href="https://github.com/processing/p5.js/issues?q=author%3Aandreiantonescu" title="Bug reports">π</a></td>
|
|
539
|
+
<td align="center"><a href="https://github.com/dipamsen"><img src="https://avatars.githubusercontent.com/u/59444569?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Fun Planet</b></sub></a><br /><a href="https://github.com/processing/p5.js/issues?q=author%3Adipamsen" title="Bug reports">π</a></td>
|
|
540
|
+
<td align="center"><a href="https://github.com/stigmollerhansen"><img src="https://avatars.githubusercontent.com/u/6607966?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Stig MΓΈller Hansen</b></sub></a><br /><a href="https://github.com/processing/p5.js/issues?q=author%3Astigmollerhansen" title="Bug reports">π</a></td>
|
|
541
|
+
<td align="center"><a href="http://derekenlow.com"><img src="https://avatars.githubusercontent.com/u/28745080?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Derek Enlow</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=frigorific44" title="Code">π»</a></td>
|
|
542
|
+
<td align="center"><a href="http://willmartian.com"><img src="https://avatars.githubusercontent.com/u/17113462?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Will Martin</b></sub></a><br /><a href="#ideas-willmartian" title="Ideas, Planning, & Feedback">π€</a></td>
|
|
543
|
+
</tr>
|
|
544
|
+
<tr>
|
|
545
|
+
<td align="center"><a href="https://github.com/beaumu"><img src="https://avatars.githubusercontent.com/u/25036955?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Beau Muylle</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=beaumu" title="Documentation">π</a></td>
|
|
546
|
+
<td align="center"><a href="https://github.com/unjust"><img src="https://avatars.githubusercontent.com/u/92090?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ivy Feraco</b></sub></a><br /><a href="https://github.com/processing/p5.js/issues?q=author%3Aunjust" title="Bug reports">π</a></td>
|
|
547
|
+
<td align="center"><a href="http://RandomSyntax.Net"><img src="https://avatars.githubusercontent.com/u/6419944?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Gareth Williams</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=Gaweph" title="Code">π»</a></td>
|
|
548
|
+
<td align="center"><a href="https://bandism.net/"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ikko Ashimine</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=eltociear" title="Documentation">π</a></td>
|
|
549
|
+
<td align="center"><a href="https://github.com/0xJonas"><img src="https://avatars.githubusercontent.com/u/24874041?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jonas Rinke</b></sub></a><br /><a href="https://github.com/processing/p5.js/issues?q=author%3A0xJonas" title="Bug reports">π</a></td>
|
|
550
|
+
<td align="center"><a href="http://www.gakuin.otsuma.ac.jp/english/"><img src="https://avatars.githubusercontent.com/u/14014568?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MATSUDA, Kouichi</b></sub></a><br /><a href="https://github.com/processing/p5.js/issues?q=author%3AKouichiMatsuda" title="Bug reports">π</a></td>
|
|
551
|
+
<td align="center"><a href="https://github.com/stampyzfanz"><img src="https://avatars.githubusercontent.com/u/34364128?v=4?s=100" width="100px;" alt=""/><br /><sub><b>stampyzfanz</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=stampyzfanz" title="Documentation">π</a></td>
|
|
552
|
+
</tr>
|
|
553
|
+
<tr>
|
|
554
|
+
<td align="center"><a href="https://github.com/taejs"><img src="https://avatars.githubusercontent.com/u/41318449?v=4?s=100" width="100px;" alt=""/><br /><sub><b>tae</b></sub></a><br /><a href="https://github.com/processing/p5.js/issues?q=author%3Ataejs" title="Bug reports">π</a></td>
|
|
555
|
+
<td align="center"><a href="https://github.com/Divyansh013"><img src="https://avatars.githubusercontent.com/u/85135469?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Divyansh013</b></sub></a><br /><a href="#translation-Divyansh013" title="Translation">π</a></td>
|
|
556
|
+
<td align="center"><a href="https://github.com/rinkydevi"><img src="https://avatars.githubusercontent.com/u/82359874?v=4?s=100" width="100px;" alt=""/><br /><sub><b>rinkydevi</b></sub></a><br /><a href="#translation-rinkydevi" title="Translation">π</a></td>
|
|
557
|
+
<td align="center"><a href="https://www.zhdk.ch/weiterbildung/weiterbildung-design/cas-coding-for-the-arts"><img src="https://avatars.githubusercontent.com/u/88927553?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Coding for the Arts</b></sub></a><br /><a href="https://github.com/processing/p5.js/issues?q=author%3Acas-c4ta" title="Bug reports">π</a></td>
|
|
558
|
+
<td align="center"><a href="http://danieljamesross.github.io"><img src="https://avatars.githubusercontent.com/u/28922296?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Dan</b></sub></a><br /><a href="https://github.com/processing/p5.js/issues?q=author%3Adanieljamesross" title="Bug reports">π</a></td>
|
|
559
|
+
<td align="center"><a href="https://github.com/liz-peng"><img src="https://avatars.githubusercontent.com/u/8376256?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Liz Peng</b></sub></a><br /><a href="#design-liz-peng" title="Design">π¨</a> <a href="https://github.com/processing/p5.js/commits?author=liz-peng" title="Code">π»</a> <a href="#tool-liz-peng" title="Tools">π§</a></td>
|
|
560
|
+
<td align="center"><a href="https://github.com/koolaidkrusade"><img src="https://avatars.githubusercontent.com/u/95722198?v=4?s=100" width="100px;" alt=""/><br /><sub><b>koolaidkrusade</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=koolaidkrusade" title="Documentation">π</a></td>
|
|
561
|
+
</tr>
|
|
562
|
+
<tr>
|
|
563
|
+
<td align="center"><a href="https://github.com/smilee"><img src="https://avatars.githubusercontent.com/u/5793796?v=4?s=100" width="100px;" alt=""/><br /><sub><b>smilee</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=smilee" title="Code">π»</a></td>
|
|
564
|
+
<td align="center"><a href="https://github.com/CommanderRoot"><img src="https://avatars.githubusercontent.com/u/4395417?v=4?s=100" width="100px;" alt=""/><br /><sub><b>CommanderRoot</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=CommanderRoot" title="Code">π»</a></td>
|
|
565
|
+
<td align="center"><a href="http://philipbell.org"><img src="https://avatars.githubusercontent.com/u/3860311?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Philip Bell</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=processprocess" title="Documentation">π</a></td>
|
|
566
|
+
<td align="center"><a href="https://github.com/tapioca24"><img src="https://avatars.githubusercontent.com/u/12683107?v=4?s=100" width="100px;" alt=""/><br /><sub><b>tapioca24</b></sub></a><br /><a href="#plugin-tapioca24" title="Plugin/utility libraries">π</a></td>
|
|
567
|
+
<td align="center"><a href="http://qianqian-ye.com"><img src="https://avatars.githubusercontent.com/u/18587130?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Qianqian Ye</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=Qianqianye" title="Code">π»</a> <a href="#design-Qianqianye" title="Design">π¨</a> <a href="https://github.com/processing/p5.js/commits?author=Qianqianye" title="Documentation">π</a> <a href="#eventOrganizing-Qianqianye" title="Event Organizing">π</a> <a href="https://github.com/processing/p5.js/pulls?q=is%3Apr+reviewed-by%3AQianqianye" title="Reviewed Pull Requests">π</a> <a href="#translation-Qianqianye" title="Translation">π</a></td>
|
|
568
|
+
<td align="center"><a href="https://github.com/adarrssh"><img src="https://avatars.githubusercontent.com/u/85433137?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Adarsh</b></sub></a><br /><a href="#translation-adarrssh" title="Translation">π</a></td>
|
|
569
|
+
<td align="center"><a href="https://github.com/kaabe1"><img src="https://avatars.githubusercontent.com/u/78185255?v=4?s=100" width="100px;" alt=""/><br /><sub><b>kaabe1</b></sub></a><br /><a href="#design-kaabe1" title="Design">π¨</a> <a href="#eventOrganizing-kaabe1" title="Event Organizing">π</a></td>
|
|
570
|
+
</tr>
|
|
571
|
+
<tr>
|
|
572
|
+
<td align="center"><a href="https://www.guirdo.xyz/"><img src="https://avatars.githubusercontent.com/u/21044700?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Seb MΓ©ndez</b></sub></a><br /><a href="#translation-Guirdo" title="Translation">π</a></td>
|
|
573
|
+
<td align="center"><a href="https://github.com/3ru"><img src="https://avatars.githubusercontent.com/u/69892552?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ryuya</b></sub></a><br /><a href="https://github.com/processing/p5.js/issues?q=author%3A3ru" title="Bug reports">π</a> <a href="https://github.com/processing/p5.js/pulls?q=is%3Apr+reviewed-by%3A3ru" title="Reviewed Pull Requests">π</a> <a href="https://github.com/processing/p5.js/commits?author=3ru" title="Code">π»</a></td>
|
|
574
|
+
<td align="center"><a href="https://github.com/LEMIBANDDEXARI"><img src="https://avatars.githubusercontent.com/u/70129787?v=4?s=100" width="100px;" alt=""/><br /><sub><b>LEMIBANDDEXARI</b></sub></a><br /><a href="#translation-LEMIBANDDEXARI" title="Translation">π</a></td>
|
|
575
|
+
<td align="center"><a href="https://linktr.ee/probablyvivek"><img src="https://avatars.githubusercontent.com/u/25459353?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Vivek Tiwari</b></sub></a><br /><a href="#translation-probablyvivek" title="Translation">π</a></td>
|
|
576
|
+
<td align="center"><a href="https://github.com/KevinGrajeda"><img src="https://avatars.githubusercontent.com/u/60023139?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Kevin Grajeda</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=KevinGrajeda" title="Code">π»</a></td>
|
|
577
|
+
<td align="center"><a href="https://github.com/anniezhengg"><img src="https://avatars.githubusercontent.com/u/78184655?v=4?s=100" width="100px;" alt=""/><br /><sub><b>anniezhengg</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=anniezhengg" title="Code">π»</a> <a href="#design-anniezhengg" title="Design">π¨</a></td>
|
|
578
|
+
<td align="center"><a href="https://github.com/SNP0301"><img src="https://avatars.githubusercontent.com/u/68281918?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Seung-Gi Kim(David)</b></sub></a><br /><a href="#translation-SNP0301" title="Translation">π</a></td>
|
|
579
|
+
</tr>
|
|
488
580
|
</table>
|
|
489
581
|
|
|
490
582
|
<!-- markdownlint-restore -->
|