Skip to content

Commit 9e6956d

Browse files
committed
Add p5.fab library
1 parent e399b72 commit 9e6956d

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

i18n-tracking.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
es:
22
src/data/en.yml:
3+
line 883: ' p5.fab'
34
line 875: ' no setup required.'
45
line 871: ' p5.input'
56
line 872: ' ui'
@@ -12,7 +13,6 @@ es:
1213
line 880: ' easy to code and keystone interactive, algorithmic sketches.'
1314
line 881: ' p5.teach'
1415
line 882: ' A beginner friendly math animation library for p5.js. Created with mentorship '
15-
line 883: ' from Nick McIntyre and Jithin KS.'
1616
line 85: ' under the terms of the '
1717
line 26: footer6
1818
line 25: footer2
@@ -1839,6 +1839,7 @@ es:
18391839
line 84: ' copyright1'
18401840
hi:
18411841
src/data/en.yml:
1842+
line 883: ' p5.fab'
18421843
line 26: footer6
18431844
line 25: footer2
18441845
line 27: footer4
@@ -1861,9 +1862,9 @@ hi:
18611862
line 880: ' easy to code and keystone interactive, algorithmic sketches.'
18621863
line 881: ' p5.teach'
18631864
line 882: ' A beginner friendly math animation library for p5.js. Created with mentorship '
1864-
line 883: ' from Nick McIntyre and Jithin KS.'
18651865
ko:
18661866
src/data/en.yml:
1867+
line 883: ' p5.fab'
18671868
line 875: ' no setup required.'
18681869
line 871: ' p5.input'
18691870
line 872: ' ui'
@@ -1876,7 +1877,6 @@ ko:
18761877
line 880: ' easy to code and keystone interactive, algorithmic sketches.'
18771878
line 881: ' p5.teach'
18781879
line 882: ' A beginner friendly math animation library for p5.js. Created with mentorship '
1879-
line 883: ' from Nick McIntyre and Jithin KS.'
18801880
line 85: ' under the terms of the '
18811881
line 26: footer6
18821882
line 25: footer2
@@ -3703,6 +3703,7 @@ ko:
37033703
line 84: ' copyright1'
37043704
zh-Hans:
37053705
src/data/en.yml:
3706+
line 883: ' p5.fab'
37063707
line 875: ' no setup required.'
37073708
line 871: ' p5.input'
37083709
line 872: ' ui'
@@ -3715,7 +3716,6 @@ zh-Hans:
37153716
line 880: ' easy to code and keystone interactive, algorithmic sketches.'
37163717
line 881: ' p5.teach'
37173718
line 882: ' A beginner friendly math animation library for p5.js. Created with mentorship '
3718-
line 883: ' from Nick McIntyre and Jithin KS.'
37193719
line 85: ' under the terms of the '
37203720
line 26: footer6
37213721
line 25: footer2

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

68.5 KB
Loading

src/data/en.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -880,6 +880,7 @@ libraries:
880880
p5.teach: >-
881881
A beginner friendly math animation library for p5.js. Created with mentorship
882882
from Nick McIntyre and Jithin KS.
883+
p5.fab: p5.fab controls digital fabrication machines from p5.js.
883884
using-a-library-title: Using a library
884885
using-a-library1: >-
885886
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
@@ -308,6 +308,16 @@
308308
}
309309
]
310310
},
311+
{
312+
"name": "p5.fab",
313+
"url": "https://github.com/machineagency/p5.fab",
314+
"authors": [
315+
{
316+
"name": "Blair Subbaraman",
317+
"url": "https://blairsubbaraman.com/"
318+
}
319+
]
320+
},
311321
{
312322
"name": "p5.Framebuffer",
313323
"url": "https://github.com/davepagurek/p5.Framebuffer",

0 commit comments

Comments
 (0)