Skip to content

Commit add692e

Browse files
authored
Merge pull request #1211 from Qianqianye/master
add 7 contributed libraries
2 parents b71deb6 + de5e896 commit add692e

17 files changed

+187
-39
lines changed

i18n-tracking.yml

Lines changed: 52 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
es:
22
src/data/en.yml:
3+
line 875: ' no setup required.'
4+
line 871: ' p5.input'
5+
line 872: ' ui'
6+
line 873: ' p5.web-serial'
7+
line 874: ' A p5.js library for using the Web Serial API to access devices like Arduino, '
8+
line 876: ' p5.wasm.core'
9+
line 877: ' p5.videorecorder'
10+
line 878: ' p5.mapper'
11+
line 879: ' p5.mapper is a projection mapping library for p5.js. This library makes it '
12+
line 880: ' easy to code and keystone interactive, algorithmic sketches.'
13+
line 881: ' p5.teach'
14+
line 882: ' A beginner friendly math animation library for p5.js. Created with mentorship '
15+
line 883: ' from Nick McIntyre and Jithin KS.'
316
line 85: ' under the terms of the '
417
line 26: footer6
518
line 25: footer2
@@ -191,7 +204,6 @@ es:
191204
line 239: ' get-started6'
192205
line 259: ' environment-title'
193206
line 274: ' folder directly below.'
194-
line 875: ' writing-a-tutorial-iframe-4'
195207
line 233: ' This page walks you through setting up a p5.js project and making your first'
196208
line 234: ' sketch.'
197209
line 244: ' download-title'
@@ -609,18 +621,6 @@ es:
609621
line 868: ' Put your p5 sketches in the /src/assets/learn folder of the site, in a'
610622
line 869: ' folder labelled with the name of your sketch as shown in the screenshot.'
611623
line 870: ' This is where all the images and p5 sketches linked by iframe should be'
612-
line 871: ' stored.'
613-
line 872: ' writing-a-tutorial-iframe-3'
614-
line 873: ' In the subfolders containing your p5 examples there should be a sketch.js'
615-
line 874: ' file and the embed.html file for the sketch. '
616-
line 876: ' Make sure your embed.html file has the correct paths to the p5 libraries of'
617-
line 877: ' the site. If your file structure is the same as above, the path to the p5.js'
618-
line 878: ' library should be "../../../js/p5.min.js".'
619-
line 879: ' writing-a-tutorial-iframe-5'
620-
line 880: ' You can then embed the p5js index files as iframes in the .hbs file that'
621-
line 881: ' contains your tutorial content. The embed code for the iframe would then'
622-
line 882: ' be'
623-
line 883: ' writing-a-tutorial-iframe-6'
624624
line 884: ' Styling for the iframe (this could directly into the post or in a'
625625
line 885: ' stylesheet)'
626626
line 886: ' writing-a-tutorial-iframe-7'
@@ -1849,8 +1849,34 @@ hi:
18491849
line 32: footer9
18501850
line 85: ' under the terms of the '
18511851
line 84: ' copyright1'
1852+
line 871: ' p5.input'
1853+
line 872: ' ui'
1854+
line 873: ' p5.web-serial'
1855+
line 874: ' A p5.js library for using the Web Serial API to access devices like Arduino, '
1856+
line 875: ' no setup required.'
1857+
line 876: ' p5.wasm.core'
1858+
line 877: ' p5.videorecorder'
1859+
line 878: ' p5.mapper'
1860+
line 879: ' p5.mapper is a projection mapping library for p5.js. This library makes it '
1861+
line 880: ' easy to code and keystone interactive, algorithmic sketches.'
1862+
line 881: ' p5.teach'
1863+
line 882: ' A beginner friendly math animation library for p5.js. Created with mentorship '
1864+
line 883: ' from Nick McIntyre and Jithin KS.'
18521865
ko:
18531866
src/data/en.yml:
1867+
line 875: ' no setup required.'
1868+
line 871: ' p5.input'
1869+
line 872: ' ui'
1870+
line 873: ' p5.web-serial'
1871+
line 874: ' A p5.js library for using the Web Serial API to access devices like Arduino, '
1872+
line 876: ' p5.wasm.core'
1873+
line 877: ' p5.videorecorder'
1874+
line 878: ' p5.mapper'
1875+
line 879: ' p5.mapper is a projection mapping library for p5.js. This library makes it '
1876+
line 880: ' easy to code and keystone interactive, algorithmic sketches.'
1877+
line 881: ' p5.teach'
1878+
line 882: ' A beginner friendly math animation library for p5.js. Created with mentorship '
1879+
line 883: ' from Nick McIntyre and Jithin KS.'
18541880
line 85: ' under the terms of the '
18551881
line 26: footer6
18561882
line 25: footer2
@@ -2042,7 +2068,6 @@ ko:
20422068
line 239: ' get-started6'
20432069
line 259: ' environment-title'
20442070
line 274: ' folder directly below.'
2045-
line 875: ' writing-a-tutorial-iframe-4'
20462071
line 233: ' This page walks you through setting up a p5.js project and making your first'
20472072
line 234: ' sketch.'
20482073
line 244: ' download-title'
@@ -2460,18 +2485,6 @@ ko:
24602485
line 868: ' Put your p5 sketches in the /src/assets/learn folder of the site, in a'
24612486
line 869: ' folder labelled with the name of your sketch as shown in the screenshot.'
24622487
line 870: ' This is where all the images and p5 sketches linked by iframe should be'
2463-
line 871: ' stored.'
2464-
line 872: ' writing-a-tutorial-iframe-3'
2465-
line 873: ' In the subfolders containing your p5 examples there should be a sketch.js'
2466-
line 874: ' file and the embed.html file for the sketch. '
2467-
line 876: ' Make sure your embed.html file has the correct paths to the p5 libraries of'
2468-
line 877: ' the site. If your file structure is the same as above, the path to the p5.js'
2469-
line 878: ' library should be "../../../js/p5.min.js".'
2470-
line 879: ' writing-a-tutorial-iframe-5'
2471-
line 880: ' You can then embed the p5js index files as iframes in the .hbs file that'
2472-
line 881: ' contains your tutorial content. The embed code for the iframe would then'
2473-
line 882: ' be'
2474-
line 883: ' writing-a-tutorial-iframe-6'
24752488
line 884: ' Styling for the iframe (this could directly into the post or in a'
24762489
line 885: ' stylesheet)'
24772490
line 886: ' writing-a-tutorial-iframe-7'
@@ -3690,6 +3703,19 @@ ko:
36903703
line 84: ' copyright1'
36913704
zh-Hans:
36923705
src/data/en.yml:
3706+
line 875: ' no setup required.'
3707+
line 871: ' p5.input'
3708+
line 872: ' ui'
3709+
line 873: ' p5.web-serial'
3710+
line 874: ' A p5.js library for using the Web Serial API to access devices like Arduino, '
3711+
line 876: ' p5.wasm.core'
3712+
line 877: ' p5.videorecorder'
3713+
line 878: ' p5.mapper'
3714+
line 879: ' p5.mapper is a projection mapping library for p5.js. This library makes it '
3715+
line 880: ' easy to code and keystone interactive, algorithmic sketches.'
3716+
line 881: ' p5.teach'
3717+
line 882: ' A beginner friendly math animation library for p5.js. Created with mentorship '
3718+
line 883: ' from Nick McIntyre and Jithin KS.'
36933719
line 85: ' under the terms of the '
36943720
line 26: footer6
36953721
line 25: footer2
@@ -3880,7 +3906,6 @@ zh-Hans:
38803906
line 239: ' get-started6'
38813907
line 259: ' environment-title'
38823908
line 274: ' folder directly below.'
3883-
line 875: ' writing-a-tutorial-iframe-4'
38843909
line 233: ' This page walks you through setting up a p5.js project and making your first'
38853910
line 234: ' sketch.'
38863911
line 244: ' download-title'
@@ -4299,18 +4324,6 @@ zh-Hans:
42994324
line 868: ' Put your p5 sketches in the /src/assets/learn folder of the site, in a'
43004325
line 869: ' folder labelled with the name of your sketch as shown in the screenshot.'
43014326
line 870: ' This is where all the images and p5 sketches linked by iframe should be'
4302-
line 871: ' stored.'
4303-
line 872: ' writing-a-tutorial-iframe-3'
4304-
line 873: ' In the subfolders containing your p5 examples there should be a sketch.js'
4305-
line 874: ' file and the embed.html file for the sketch. '
4306-
line 876: ' Make sure your embed.html file has the correct paths to the p5 libraries of'
4307-
line 877: ' the site. If your file structure is the same as above, the path to the p5.js'
4308-
line 878: ' library should be "../../../js/p5.min.js".'
4309-
line 879: ' writing-a-tutorial-iframe-5'
4310-
line 880: ' You can then embed the p5js index files as iframes in the .hbs file that'
4311-
line 881: ' contains your tutorial content. The embed code for the iframe would then'
4312-
line 882: ' be'
4313-
line 883: ' writing-a-tutorial-iframe-6'
43144327
line 884: ' Styling for the iframe (this could directly into the post or in a'
43154328
line 885: ' stylesheet)'
43164329
line 886: ' writing-a-tutorial-iframe-7'

src/assets/img/libraries/.DS_Store

0 Bytes
Binary file not shown.

src/assets/img/libraries/número.jpg

-7.48 KB
Binary file not shown.

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

96.8 KB
Loading
13.8 KB
Loading
-94.2 KB
Binary file not shown.

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

20.7 KB
Loading
8.67 KB
Loading
8.31 KB
Loading
18.4 KB
Loading

0 commit comments

Comments
 (0)