Skip to content

Commit d20dc51

Browse files
committed
Add contributed library p5.utils
1 parent 2cd9125 commit d20dc51

File tree

4 files changed

+25
-10
lines changed

4 files changed

+25
-10
lines changed

i18n-tracking.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
es:
22
src/data/en.yml:
3+
line 883: ' p5.utils'
4+
line 884: ' A set of utilities and additional features for my creative coding class aiming '
5+
line 885: ' to help students.'
36
line 1153: ' 2022-p5js-access-day-date'
47
line 1174: ' 2022-p5js-access-day-advisor'
58
line 1150: ' p5js-community-event-title'
@@ -30,7 +33,6 @@ es:
3033
line 1177: ' 2022-p5js-access-day-tech-support'
3134
line 1178: ' 2022-p5js-access-day-transcriber'
3235
line 1179: ' 2022-p5js-access-day-asl-support'
33-
line 883: ' p5.fab'
3436
line 875: ' no setup required.'
3537
line 871: ' p5.input'
3638
line 872: ' ui'
@@ -650,8 +652,6 @@ es:
650652
line 868: ' Put your p5 sketches in the /src/assets/learn folder of the site, in a'
651653
line 869: ' folder labelled with the name of your sketch as shown in the screenshot.'
652654
line 870: ' This is where all the images and p5 sketches linked by iframe should be'
653-
line 884: ' Styling for the iframe (this could directly into the post or in a'
654-
line 885: ' stylesheet)'
655655
line 886: ' writing-a-tutorial-iframe-7'
656656
line 887: ' writing-a-tutorial-iframe-8'
657657
line 888: ' writing-a-tutorial-iframe-9'
@@ -1839,8 +1839,8 @@ es:
18391839
line 84: ' copyright1'
18401840
hi:
18411841
src/data/en.yml:
1842+
line 883: ' p5.utils'
18421843
line 1153: ' 2022-p5js-access-day-date'
1843-
line 883: ' p5.fab'
18441844
line 26: footer6
18451845
line 25: footer2
18461846
line 27: footer4
@@ -1892,8 +1892,13 @@ hi:
18921892
line 1177: ' 2022-p5js-access-day-tech-support'
18931893
line 1178: ' 2022-p5js-access-day-transcriber'
18941894
line 1179: ' 2022-p5js-access-day-asl-support'
1895+
line 884: ' A set of utilities and additional features for my creative coding class aiming '
1896+
line 885: ' to help students.'
18951897
ko:
18961898
src/data/en.yml:
1899+
line 883: ' p5.utils'
1900+
line 884: ' A set of utilities and additional features for my creative coding class aiming '
1901+
line 885: ' to help students.'
18971902
line 1153: ' 2022-p5js-access-day-date'
18981903
line 1174: ' 2022-p5js-access-day-advisor'
18991904
line 1150: ' p5js-community-event-title'
@@ -1924,7 +1929,6 @@ ko:
19241929
line 1177: ' 2022-p5js-access-day-tech-support'
19251930
line 1178: ' 2022-p5js-access-day-transcriber'
19261931
line 1179: ' 2022-p5js-access-day-asl-support'
1927-
line 883: ' p5.fab'
19281932
line 875: ' no setup required.'
19291933
line 871: ' p5.input'
19301934
line 872: ' ui'
@@ -2544,8 +2548,6 @@ ko:
25442548
line 868: ' Put your p5 sketches in the /src/assets/learn folder of the site, in a'
25452549
line 869: ' folder labelled with the name of your sketch as shown in the screenshot.'
25462550
line 870: ' This is where all the images and p5 sketches linked by iframe should be'
2547-
line 884: ' Styling for the iframe (this could directly into the post or in a'
2548-
line 885: ' stylesheet)'
25492551
line 886: ' writing-a-tutorial-iframe-7'
25502552
line 887: ' writing-a-tutorial-iframe-8'
25512553
line 888: ' writing-a-tutorial-iframe-9'
@@ -3733,6 +3735,9 @@ ko:
37333735
line 84: ' copyright1'
37343736
zh-Hans:
37353737
src/data/en.yml:
3738+
line 883: ' p5.utils'
3739+
line 884: ' A set of utilities and additional features for my creative coding class aiming '
3740+
line 885: ' to help students.'
37363741
line 1153: ' 2022-p5js-access-day-date'
37373742
line 1174: ' 2022-p5js-access-day-advisor'
37383743
line 1150: ' p5js-community-event-title'
@@ -3763,7 +3768,6 @@ zh-Hans:
37633768
line 1177: ' 2022-p5js-access-day-tech-support'
37643769
line 1178: ' 2022-p5js-access-day-transcriber'
37653770
line 1179: ' 2022-p5js-access-day-asl-support'
3766-
line 883: ' p5.fab'
37673771
line 875: ' no setup required.'
37683772
line 871: ' p5.input'
37693773
line 872: ' ui'
@@ -4383,8 +4387,6 @@ zh-Hans:
43834387
line 868: ' Put your p5 sketches in the /src/assets/learn folder of the site, in a'
43844388
line 869: ' folder labelled with the name of your sketch as shown in the screenshot.'
43854389
line 870: ' This is where all the images and p5 sketches linked by iframe should be'
4386-
line 884: ' Styling for the iframe (this could directly into the post or in a'
4387-
line 885: ' stylesheet)'
43884390
line 886: ' writing-a-tutorial-iframe-7'
43894391
line 887: ' writing-a-tutorial-iframe-8'
43904392
line 888: ' writing-a-tutorial-iframe-9'

src/assets/img/libraries/p5.utils.jpg

15.8 KB
Loading

src/data/en.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -880,6 +880,9 @@ libraries:
880880
A beginner friendly math animation library for p5.js. Created with mentorship
881881
from Nick McIntyre and Jithin KS.
882882
p5.fab: p5.fab controls digital fabrication machines from p5.js.
883+
p5.utils: >-
884+
A set of utilities and additional features for my creative coding class aiming
885+
to help students.
883886
using-a-library-title: Using a library
884887
using-a-library1: >-
885888
A p5.js library can be any JavaScript code that extends or adds to the p5.js

src/data/libraries/libraries.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,16 @@
690690
}
691691
]
692692
},
693+
{
694+
"name": "p5.utils",
695+
"url": "https://github.com/alptugan/p5.utils",
696+
"authors": [
697+
{
698+
"name": "ALP TUĞAN",
699+
"url": "https://www.alptugan.com"
700+
}
701+
]
702+
},
693703
{
694704
"name": "p5.videorecorder",
695705
"url": "https://github.com/calebfoss/p5.videorecorder",

0 commit comments

Comments
 (0)