Skip to content

Commit e83ec20

Browse files
author
Lauren McCarthy
committed
adding p5.voronoi library
1 parent bc2fe90 commit e83ec20

File tree

12 files changed

+29
-24
lines changed

12 files changed

+29
-24
lines changed
5.98 KB
Loading

dist/es/libraries/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -328,14 +328,14 @@ <h4>p5.serial</h4></a>
328328
<p>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 <a target='_blank' href='http://lukedubois.com/'>R. Luke DuBois</a>.</p>
329329
</div>
330330

331-
<!-- <div class="right-column">
332-
<a class="nounderline" href="https://github.com/cvalenzuela/Mappa">
331+
<div class="right-column">
332+
<a class="nounderline" href="https://github.com/Dozed12/p5.voronoi">
333333
<div class="label">
334-
<img src="../../assets/img/libraries/mappa.png"></a>
335-
<a class="nounderline" href="https://github.com/cvalenzuela/Mappa"><h4>mappa.js</h4></a>
334+
<img src="../../assets/img/libraries/p5.voronoi.png"></a>
335+
<a class="nounderline" href="https://github.com/Dozed12/p5.voronoi"><h4>p5.voronoi</h4></a>
336336
</div>
337-
<p>Mappa es una biblioteca que provee un conjunto de herramientas para trabajar con mapas estáticos y geo-datos, además de otras herramientas útiles para desarrollar representaciones visuales de datos con geolocalización. Creada por <a href='https://github.com/cvalenzuela/'>Crist&#xf3;bal Valenzuela</a>.</p>
338-
</div> -->
337+
<p>p5.voronoi provides a set of tools to draw and utilize voronoi diagrams in your p5.js sketches.<a href='https://github.com/Dozed12'>Francisco Moreira</a>.</p>
338+
</div>
339339

340340
<div class="spacer"></div>
341341

dist/libraries/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -328,14 +328,14 @@ <h4>p5.serial</h4></a>
328328
<p>p5.func is a p5 extension that provides new objects and utilities for function generation in the time, frequency, and spatial domains. Created by <a target='_blank' href='http://lukedubois.com/'>R. Luke DuBois</a>.</p>
329329
</div>
330330

331-
<!-- <div class="right-column">
332-
<a class="nounderline" href="https://github.com/cvalenzuela/Mappa">
331+
<div class="right-column">
332+
<a class="nounderline" href="https://github.com/Dozed12/p5.voronoi">
333333
<div class="label">
334-
<img src="../assets/img/libraries/mappa.png"></a>
335-
<a class="nounderline" href="https://github.com/cvalenzuela/Mappa"><h4>mappa.js</h4></a>
334+
<img src="../assets/img/libraries/p5.voronoi.png"></a>
335+
<a class="nounderline" href="https://github.com/Dozed12/p5.voronoi"><h4>p5.voronoi</h4></a>
336336
</div>
337-
<p>Mappa provides a set of tools for working with static maps, tile maps, and geo-data. Useful when building geolocation-based visual representations. Created by <a href='https://github.com/cvalenzuela/'>Crist&#xf3;bal Valenzuela</a>.</p>
338-
</div> -->
337+
<p>p5.voronoi provides a set of tools to draw and utilize voronoi diagrams in your p5.js sketches. Created by <a href='https://github.com/Dozed12'>Francisco Moreira</a>.</p>
338+
</div>
339339

340340
<div class="spacer"></div>
341341

0 Bytes
Binary file not shown.

dist/zh-Hans/libraries/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -329,14 +329,14 @@ <h4>p5.serial</h4></a>
329329
<p>p5.func 是个提供新物件及时间、频率和空间函数操作的 p5 扩展程式库。作者为<a target='_blank' href='http://lukedubois.com/'>R. Luke DuBois</a>.</p>
330330
</div>
331331

332-
<!-- <div class="right-column">
333-
<a class="nounderline" href="https://github.com/cvalenzuela/Mappa">
332+
<div class="right-column">
333+
<a class="nounderline" href="https://github.com/Dozed12/p5.voronoi">
334334
<div class="label">
335-
<img src="../../assets/img/libraries/mappa.png"></a>
336-
<a class="nounderline" href="https://github.com/cvalenzuela/Mappa"><h4>mappa.js</h4></a>
335+
<img src="../../assets/img/libraries/p5.voronoi.png"></a>
336+
<a class="nounderline" href="https://github.com/Dozed12/p5.voronoi"><h4>p5.voronoi</h4></a>
337337
</div>
338-
<p>Mappa 提供一系列给静态地图、重叠地图及地理数据的工具。特别适用于制作使用地理位置的应用程式。作者为<a href='https://github.com/cvalenzuela/'>Crist&#xf3;bal Valenzuela</a>.</p>
339-
</div> -->
338+
<p>p5.voronoi provides a set of tools to draw and utilize voronoi diagrams in your p5.js sketches.<a href='https://github.com/Dozed12'>Francisco Moreira</a>.</p>
339+
</div>
340340

341341
<div class="spacer"></div>
342342

i18n-tracking.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
es:
22
src/data/en.yml:
3+
line 304: ' p5.voronoi'
34
line 43: ' sketch_info'
45
line 200: ' curves-title'
56
line 201: ' curves'
@@ -26,6 +27,7 @@ es:
2627
line 427: ' contributors-conference-support6'
2728
zh-Hans:
2829
src/data/en.yml:
30+
line 304: ' p5.voronoi'
2931
line 43: ' sketch_info'
3032
line 200: ' curves-title'
3133
line 201: ' curves'

src/assets/img/libraries/.DS_Store

0 Bytes
Binary file not shown.
7.49 KB
Loading

src/data/en.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ libraries:
301301
p5.scenemanager: "p5.SceneManager helps you create sketches with multiple states / scenes. Each scene is a like a sketch within the main sketch. Created by "
302302
mappa: "Mappa provides a set of tools for working with static maps, tile maps, and geo-data. Useful when building geolocation-based visual representations. Created by "
303303
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 "
304+
p5.voronoi: "p5.voronoi provides a set of tools to draw and utilize voronoi diagrams in your p5.js sketches. Created by "
304305
using-a-library-title: "Using a library"
305306
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 ("
306307
using-a-library2: " and "

src/data/es.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ libraries:
301301
p5.scenemanager: "p5.SceneManager te ayuda a crear bosquejos con múltiples estados / escenas. Cada escena es como un bosquejo dentro del bosquejo principal. Creada por "
302302
mappa: "Mappa es una biblioteca que provee un conjunto de herramientas para trabajar con mapas estáticos y geo-datos, además de otras herramientas útiles para desarrollar representaciones visuales de datos con geolocalización. Creada por "
303303
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 "
304+
p5.voronoi: "p5.voronoi provides a set of tools to draw and utilize voronoi diagrams in your p5.js sketches."
304305
using-a-library-title: "Usando una biblioteca"
305306
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 ("
306307
using-a-library2: " y "

0 commit comments

Comments
 (0)