Skip to content

Commit 424b380

Browse files
committed
adding p5.xr library
1 parent 383af43 commit 424b380

File tree

7 files changed

+17
-9
lines changed

7 files changed

+17
-9
lines changed

i18n-tracking.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ es:
239239
line 259: ' notes1'
240240
line 274: ' nominate-project'
241241
line 875: ' project-a-5-2-moon'
242-
243242
line 254: ' project-a-5-2-moon'
244243
line 255: ''
245244
line 500: ' teach-title2'
@@ -260,10 +259,9 @@ es:
260259
line 884: ' teach-slider-title2'
261260
line 885: ' teach-slider-title3'
262261
line 886: ' teach-results'
263-
264262
line 66: ' sketch_credits'
265263
line 67: ' sketch_info'
266-
264+
line 453: ' p5.xr'
267265
ko:
268266
src/data/en.yml:
269267
line 243: ' learn-title'
@@ -506,7 +504,6 @@ ko:
506504
line 259: ' notes1'
507505
line 274: ' nominate-project'
508506
line 875: ' project-a-5-2-moon'
509-
510507
line 254: ' project-a-5-2-moon'
511508
line 255: ''
512509
line 500: ' teach-title2'
@@ -527,10 +524,9 @@ ko:
527524
line 884: ' teach-slider-title2'
528525
line 885: ' teach-slider-title3'
529526
line 886: ' teach-results'
530-
531527
line 66: ' sketch_credits'
532528
line 67: ' sketch_info'
533-
529+
line 453: ' p5.xr'
534530
zh-Hans:
535531
src/data/en.yml:
536532
line 243: ' learn-title'
@@ -773,7 +769,6 @@ zh-Hans:
773769
line 259: ' notes1'
774770
line 274: ' nominate-project'
775771
line 875: ' project-a-5-2-moon'
776-
777772
line 254: ' project-a-5-2-moon'
778773
line 255: ''
779774
line 500: ' teach-title2'
@@ -794,7 +789,6 @@ zh-Hans:
794789
line 884: ' teach-slider-title2'
795790
line 885: ' teach-slider-title3'
796791
line 886: ' teach-results'
797-
798792
line 66: ' sketch_credits'
799793
line 67: ' sketch_info'
800-
794+
line 453: ' p5.xr'

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

21.5 KB
Loading

src/data/en.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ libraries:
450450
tramontana: "Tramontana is a platform for easily use many devices (iOS, Android, tramontana Board, ...) to create interactive environments, interactive spaces or just prototype experiences at scale and in space."
451451
vida: "Vida is a simple library that adds camera (or video) based motion detection and blob tracking functionality to p5js."
452452
p5.voronoi: "p5.voronoi provides a set of tools to draw and utilize voronoi diagrams in your p5.js sketches."
453+
p5.xr: "A library for creating VR and AR sketches with p5."
453454
p5.3D: "3D Text and Images in WebGL."
454455
using-a-library-title: "Using a library"
455456
using-a-library1: "A p5.js library can be any JavaScript code that extends or adds to the p5.js core functionality. There are two categories of libraries. Core libraries ("

src/data/es.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ libraries:
451451
tramontana: "Tramontana es una platforma para utilizar múltiples dispositos (iOS, Android, tramontana Board, ...) para crear ambientes interactivos o prototipar experiencias a escala."
452452
vida: "Vida es una biblioteca simple que agrega detección de movimiento utilizando la camara y la función de seguimiento blob a p5js."
453453
p5.voronoi: "p5.voronoi brinda un conjunto de herramientas para dibujar y utilizar diagramas voronoi en tus bosquejos de p5.js. "
454+
p5.xr: "Una biblioteca para crear bocetos VR y AR con p5."
454455
p5.3D: "Texto 3D e imágenes en WebGL. "
455456
using-a-library-title: "Usando una biblioteca"
456457
using-a-library1: "Una biblioteca p5.js puede ser cualquier código p5.js que extiende o añade a las funcionalidades centrales de p5.js. Existen dos tipos de bibliotecas. Las bibliotecas centrales ("

src/data/ko.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ libraries:
450450
tramontana: "Tramontana는 인터랙티브 환경 및 공간을 생성하거나, 공간 속 스케일 기능을 프로토타이핑하기 위한 여러가지 기기(iOS, Android, tramontana Board, ...)를 쉽게 쓸 수 있도록 하는 플랫폼입니다. "
451451
vida: "Vida는 카메라(또는 비디오) 기반의 모션 감지 및 얼룩(blob) 트래킹 기능을 더하는 p5js 라이브러리입니다. "
452452
p5.voronoi: "p5.voronoi는 p5.js 스케치상 보로노이 다이어그램을 그리고 활용할 수 있는 툴을 제공합니다. "
453+
p5.xr: "p5로 VR 및 AR 스케치를 작성하기위한 라이브러리."
453454
p5.3D: "WebGL로 3D 텍스트 및 이미지를 쓸 수 있습니다. "
454455
using-a-library-title: "라이브러리 이용하기"
455456
using-a-library1: "라이브러리란 p5.js의 핵심 기능을 확장하거나 추가하는 자바스크립트 코드를 말합니다. 라이브러리에는 크게 두 종류가 있습니다. 주요 라이브러리인 "

src/data/libraries/libraries.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,16 @@
420420
}
421421
]
422422
},
423+
{
424+
"name": "p5.xr",
425+
"url": "http://p5xr.org/#/",
426+
"authors": [
427+
{
428+
"name": "Stalgia Grigg",
429+
"url": "http://www.stalgiagrigg.name/"
430+
}
431+
]
432+
},
423433
{
424434
"name": "p5.3D",
425435
"url": "https://github.com/FreddieRa/p5.3D",

src/data/zh-Hans.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@ libraries:
449449
tramontana: "Tramontana 是个可以用在多种设备上(iOS、Android、tramontana Board等)制作互动环境、互动空间或单纯测试大规模实验的简易平台。"
450450
vida: "Vida 是个添加摄像头(或视屏)运动测试及团块跟踪功能的简单程式库。"
451451
p5.voronoi: "p5.voronoi 提供您的 p5.js 绘图一系列用以绘制及使用 voronoi 图的工具。"
452+
p5.xr: "一个使用p5创建VR和AR草图的库。"
452453
p5.3D: "WebGL 3D 文字及图像。"
453454
using-a-library-title: "如何使用程式库"
454455
using-a-library1: "p5.js 程式库可以是任何扩展或延伸 p5.js 核心功能的 JavaScript 代码,它们主要分为两种。核心程式库("

0 commit comments

Comments
 (0)