Skip to content

Commit d322cc1

Browse files
author
Lauren McCarthy
committed
adding libraries
1 parent 2385b36 commit d322cc1

File tree

12 files changed

+101
-33
lines changed

12 files changed

+101
-33
lines changed

i18n-tracking.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
es:
22
src/data/en.yml:
3+
line 363: ' p5.experience'
34
line 329: ' coordinate-system-simple-shapes-p2x1'
45
line 341: ' coordinate-system-simple-shapes-p9x1'
56
line 274: ' color-description1'
@@ -84,7 +85,6 @@ es:
8485
line 358: ' p5.bots'
8586
line 359: ' p5.clickable'
8687
line 362: ' p5.dimensions1'
87-
line 363: ' p5.dimensions2'
8888
line 364: ' p5.func'
8989
line 368: ' p5.gibber'
9090
line 373: ' mappa'
@@ -96,8 +96,13 @@ es:
9696
line 381: ' p5.serial3'
9797
line 382: ' p5.speech'
9898
line 391: ' p5.3D'
99+
line 355: ' asciiart'
100+
line 356: ' p5.ble'
101+
line 360: ' p5.createloop'
102+
line 371: ' vida'
99103
zh-Hans:
100104
src/data/en.yml:
105+
line 363: ' p5.experience'
101106
line 329: ' coordinate-system-simple-shapes-p2x1'
102107
line 341: ' coordinate-system-simple-shapes-p9x1'
103108
line 99: ' your-first-sketch12'
@@ -109,7 +114,6 @@ zh-Hans:
109114
line 358: ' p5.bots'
110115
line 359: ' p5.clickable'
111116
line 362: ' p5.dimensions1'
112-
line 363: ' p5.dimensions2'
113117
line 364: ' p5.func'
114118
line 368: ' p5.gibber'
115119
line 373: ' mappa'
@@ -121,3 +125,7 @@ zh-Hans:
121125
line 381: ' p5.serial3'
122126
line 382: ' p5.speech'
123127
line 391: ' p5.3D'
128+
line 355: ' asciiart'
129+
line 356: ' p5.ble'
130+
line 360: ' p5.createloop'
131+
line 371: ' vida'

src/assets/img/libraries/p5.3D.png

19.4 KB
Loading
82.2 KB
Loading

src/assets/img/libraries/p5.ble.png

7.72 KB
Loading
26.7 KB
Loading
152 KB
Loading
10.9 KB
Loading

src/assets/img/libraries/vida.png

22.2 KB
Loading

src/data/en.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,11 +352,15 @@ libraries:
352352
p5.sound: "p5.sound extends p5 with Web Audio functionality including audio input, playback, analysis and synthesis."
353353
p5.accessibility: "p5.accessibility makes the p5 canvas more accessible to people who are blind and visually impaired."
354354
Contributed: "Contributed"
355+
asciiart: "p5.asciiart is a simple and easy to use image - to - ASCII art converter for p5js."
356+
p5.ble: "A Javascript library that enables communication between BLE devices and p5 sketches."
355357
p5.bots: "With p5.bots you can interact with your Arduino (or other microprocessor) from within the browser. Use sensor data to drive a sketch; use a sketch to drive LEDs, motors, and more! Created by "
356358
p5.clickable: "Event driven, easy-to-use button library for p5.js."
357359
p5.collide2D: "p5.collide2D provides tools for calculating collision detection for 2D geometry with p5.js. Created by "
360+
p5.createloop: "Create animation loops with noise and GIF exports in one line of code."
358361
p5.dimensions1: "p5.dimensions extends p5.js' vector functions to work in any number of dimensions. Created by "
359362
p5.dimensions2: " and "
363+
p5.experience: "Extensive library for p5.js that adds additional event-listening functionality for creating canvas-based web applications."
360364
p5.func: "p5.func is a p5 extension that provides new objects and utilities for function generation in the time, frequency, and spatial domains. Created by "
361365
p5.geolocation: "p5.geolocation provides techniques for acquiring, watching, calculating, and geofencing user locations for p5.js. Created by "
362366
p5.gibber: "p5.gibber provides rapid music sequencing and audio synthesis capabilities. Created by "
@@ -374,6 +378,7 @@ libraries:
374378
p5.speech: "p5.speech provides simple, clear access to the Web Speech and Speech Recognition APIs, allowing for the easy creation of sketches that can talk and listen. Created by "
375379
p5.tiledmap1: "p5.tiledmap provides drawing and helper functions to include maps made with"
376380
p5.tiledmap2: "in your sketches. Created by "
381+
vida: "Vida is a simple library that adds camera (or video) based motion detection and blob tracking functionality to p5js."
377382
p5.voronoi: "p5.voronoi provides a set of tools to draw and utilize voronoi diagrams in your p5.js sketches. Created by "
378383
p5.3D: "3D Text and Images in WebGL"
379384
using-a-library-title: "Using a library"

src/data/es.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,11 +352,15 @@ libraries:
352352
p5.sound: "p5.sound extiende p5 con funcionalidad de Web Audio, incluyendo entrada de audio, reproducción, análisis y síntesis."
353353
p5.accessibility: "p5.accessibility permite que el canvas de p5 sea más accesible a personas con discapacidad visual."
354354
Contributed: "Bibliotecas contribuidas"
355+
asciiart: "p5.asciiart is a simple and easy to use image - to - ASCII art converter for p5js."
356+
p5.ble: "A Javascript library that enables communication between BLE devices and p5 sketches."
355357
p5.bots: "Con p5.bots puedes interactuar con Arduino (u otro microprocesador) desde el navegador. Usa los datos de los sensores para controlar tu bosquejo, usa un bosquejo para controlar LEDs, motores, y más. Creada por "
356358
p5.clickable: "Event driven, easy-to-use button library for p5.js."
357359
p5.collide2D: "p5.collide2D provee herramientas para calcular detección de colisiones en geometría 2D con p5.js. Creada por "
360+
p5.createloop: "Create animation loops with noise and GIF exports in one line of code."
358361
p5.dimensions1: "p5.dimensions extiende las funciones de vector de p5.js para que funcione con cualquier número de dimensiones. Creada por "
359362
p5.dimensions2: " y "
363+
p5.experience: "Extensive library for p5.js that adds additional event-listening functionality for creating canvas-based web applications."
360364
p5.func: "p5.func es una extensión de p5 que provee nuevos objetos y utilidades para generación de funciones en los dominios de tiempo, frecuencia y espacio. Creada por "
361365
p5.geolocation: "p5.geolocation provee técnicas para adquirir, observar, calcular y georeferenciar ubicaciones de usuario para p5.js. Creada por "
362366
p5.gibber: "p5.gibber provee capacidades de secuenciamiento de música y de síntesis de audio. Creada por "
@@ -374,6 +378,7 @@ libraries:
374378
p5.speech: "p5.speech provee acceso simple y claro a las APIs de Habla Web y Detección de Habla, permitiendo la creación de bosquejos sencillos que pueden hablar y escuchar. Creada por "
375379
p5.tiledmap1: "p5.tiledmap provee funciones de dibujo y ayuda para incluir mapas hechos con"
376380
p5.tiledmap2: "en tus bosquejos. Creada por "
381+
vida: "Vida is a simple library that adds camera (or video) based motion detection and blob tracking functionality to p5js."
377382
p5.voronoi: "p5.voronoi brinda un conjunto de herramientas para dibujar y utilizar diagramas voronoi en tus bosquejos de p5.js."
378383
p5.3D: "3D Text and Images in WebGL"
379384
using-a-library-title: "Usando una biblioteca"

0 commit comments

Comments
 (0)