Skip to content

Commit 8d12fdb

Browse files
authored
Merge pull request #1215 from Qianqianye/master
Add p5.fab library
2 parents 5e3b9a9 + 974c09d commit 8d12fdb

File tree

8 files changed

+19
-4
lines changed

8 files changed

+19
-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/es.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -928,6 +928,7 @@ libraries:
928928
p5.teach: >-
929929
A beginner friendly math animation library for p5.js. Created with
930930
mentorship from Nick McIntyre and Jithin KS.
931+
p5.fab: p5.fab controls digital fabrication machines from p5.js.
931932
using-a-library-title: Usando una biblioteca
932933
using-a-library1: >-
933934
Una biblioteca p5.js puede ser cualquier código p5.js que extiende o añade a

src/data/hi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,7 @@ libraries:
868868
p5.teach: >-
869869
A beginner friendly math animation library for p5.js. Created with
870870
mentorship from Nick McIntyre and Jithin KS.
871+
p5.fab: p5.fab controls digital fabrication machines from p5.js.
871872
using-a-library-title: पुस्तकालय का उपयोग करना
872873
using-a-library1: >-
873874
एक p5.js पुस्तकालय कोई भी JavaScript कोड हो सकता है जो p5.js मुख्य

src/data/ko.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,7 @@ libraries:
692692
p5.teach: >-
693693
A beginner friendly math animation library for p5.js. Created with
694694
mentorship from Nick McIntyre and Jithin KS.
695+
p5.fab: p5.fab controls digital fabrication machines from p5.js.
695696
using-a-library-title: 라이브러리 이용하기
696697
using-a-library1: >-
697698
라이브러리란 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",

src/data/zh-Hans.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,7 @@ libraries:
650650
p5.teach: >-
651651
A beginner friendly math animation library for p5.js. Created with
652652
mentorship from Nick McIntyre and Jithin KS.
653+
p5.fab: p5.fab controls digital fabrication machines from p5.js.
653654
using-a-library-title: 如何使用程式库
654655
using-a-library1: p5.js 程式库可以是任何扩展或延伸 p5.js 核心功能的 JavaScript 代码,它们主要分为两种。核心程式库(
655656
using-a-library3: )是 p5.js 正式发布组的一部分,而社群贡献程式库是由 p5.js 社群成员持有、开发及维持的。

0 commit comments

Comments
 (0)