-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathlibraries.json
More file actions
701 lines (701 loc) · 25.9 KB
/
libraries.json
File metadata and controls
701 lines (701 loc) · 25.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
[
{
"name": "p5.accessibility",
"url": "https://github.com/processing/p5.accessibility",
"desc": "p5.accessibility makes the p5 canvas more accessible to people who are blind and visually impaired.",
"install": "https://raw.githubusercontent.com/processing/p5.accessibility/master/dist/p5.accessibility.js"
},
{
"name": "asciiart",
"url": "https://tetoki.eu/asciiart",
"authors": [
{
"name": "Pawel Janicki",
"url": "https://paweljanicki.jp"
}
],
"desc": "p5.asciiart is a simple and easy to use image - to - ASCII art converter for p5js.",
"install": "https://www.tetoki.eu/asciiart/asciiart/p5.asciiart.min.js"
},
{
"name": "grafica.js",
"url": "https://github.com/jagracar/grafica.js",
"authors": [
{
"name": "Javier Graciá Carpio",
"url": "https://jagracar.com/p5jsSketches.php"
}
],
"desc": "grafica.js lets you add simple but highly configurable 2D plots to your p5.js sketches.",
"install": "https://raw.githubusercontent.com/jagracar/grafica.js/master/lib/grafica.min.js"
},
{
"name": "mappa",
"url": "https://github.com/cvalenzuela/Mappa",
"authors": [
{
"name": "Cristóbal Valenzuela",
"url": "https://github.com/cvalenzuela/"
}
],
"desc": "Mappa provides a set of tools for working with static maps, tile maps, and geo-data. Useful when building geolocation-based visual representations.",
"install": "https://raw.githubusercontent.com/cvalenzuela/Mappa/master/dist/mappa.js"
},
{
"name": "marching",
"url": "https://github.com/jtnimoy/marching",
"authors": [
{
"name": "JT Nimoy",
"url": "https://jtnimoy.cc/"
}
],
"desc": "Raster to vector conversion, isosurfaces.",
"install": "https://raw.githubusercontent.com/jtnimoy/marching/master/lib/p5.marching.min.js"
},
{
"name": "ml5.js",
"url": "https://ml5js.org/",
"authors": [
{
"name": "NYU ITP/IMA and contributors",
"url": "https://ml5js.org/"
}
],
"desc": "ml5.js builds on Tensorflow.js and provides friendly access to machine learning algorithms and models in the browser.",
"install": "https://unpkg.com/ml5@latest/dist/ml5.min.js"
},
{
"name": "numero",
"url": "https://github.com/nickmcintyre/numero",
"authors": [
{
"name": "Nick McIntyre",
"url": "https://mcintyre.io"
}
],
"desc": "A friendly and intuitive math library for p5.js.",
"install": "https://raw.githubusercontent.com/nickmcintyre/numero/main/dist/numero.js"
},
{
"name": "p5.3D",
"url": "https://github.com/FreddieRa/p5.3D",
"authors": [
{
"name": "Freddie Rawlins",
"url": "https://freddierawlins.wixsite.com/site"
}
],
"desc": "3D Text and Images in WebGL.",
"install": "https://raw.githubusercontent.com/FreddieRa/p5.3D/master/p5.3D.js"
},
{
"name": "p5.animS",
"url": "https://wixette.github.io/p5.animS/",
"authors": [
{
"name": "Yonggang Wang",
"url": "https://github.com/wixette"
}
],
"desc": "p5.animS animates p5.js shapes by rendering their drawing processes.",
"install": "https://raw.githubusercontent.com/wixette/p5.animS/main/build/p5.anims.min.js"
},
{
"name": "p5.bezier",
"url": "https://github.com/peilingjiang/p5.bezier",
"authors": [
{
"name": "Peiling Jiang",
"url": "https://www.jpl.design"
}
],
"desc": "A library helps draw high-degree Bézier curves with unlimited points.",
"install": "https://cdn.jsdelivr.net/npm/p5bezier@latest/lib/p5.bezier.min.js"
},
{
"name": "p5.ble",
"url": "https://itpnyu.github.io/p5ble-website/",
"authors": [
{
"name": "Yining Shi",
"url": "https://1023.io"
},
{
"name": "Jingwen Zhu",
"url": "https://www.jingwen-zhu.com/"
},
{
"name": "Tom Igoe",
"url": "https://tigoe.com/"
}
],
"desc": "A Javascript library that enables communication between BLE devices and p5 sketches.",
"install": "https://unpkg.com/p5ble/dist/p5.ble.js"
},
{
"name": "p5.bots",
"url": "https://github.com/sarahgp/p5bots",
"authors": [
{
"name": "Sarah Groff-Palermo",
"url": "http://www.sarahgp.com"
}
],
"desc": "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!",
"install": "https://raw.githubusercontent.com/sarahgp/p5bots/master/lib/p5bots.js"
},
{
"name": "p5.capture",
"url": "https://github.com/tapioca24/p5.capture",
"authors": [
{
"name": "tapioca24",
"url": "https://github.com/tapioca24"
}
],
"desc": "p5.capture provides a simple GUI to easily record p5.js animations and output video files in various formats (webm, gif, mp4, png, jpg, and webp).",
"install": "https://cdn.jsdelivr.net/npm/p5.capture@1.2.0/dist/p5.capture.umd.min.js"
},
{
"name": "p5.clickable",
"url": "https://github.com/Lartu/p5.clickable",
"authors": [
{
"name": "Martín del Río",
"url": "https://www.lartu.net"
}
],
"desc": "Event driven, easy-to-use button library for p5.js.",
"install": "https://raw.githubusercontent.com/Lartu/p5.clickable/master/library/p5.clickable.js"
},
{
"name": "p5.cmyk.js",
"url": "https://github.com/jtnimoy/p5.cmyk.js",
"authors": [
{
"name": "JT Nimoy",
"url": "https://jtnimoy.cc/"
}
],
"desc": "CMYK ColorSpace",
"install": "https://raw.githubusercontent.com/jtnimoy/p5.cmyk.js/master/addons/p5.cmyk.js"
},
{
"name": "p5.collide2D",
"url": "https://github.com/bmoren/p5.collide2D",
"authors": [
{
"name": "Ben Moren",
"url": "https://www.benmoren.com/"
}
],
"desc": "p5.collide2D provides tools for calculating collision detection for 2D geometry with p5.js.",
"install": "https://raw.githubusercontent.com/bmoren/p5.collide2D/master/p5.collide2d.min.js"
},
{
"name": "p5.createloop",
"url": "https://www.npmjs.com/package/p5.createloop",
"authors": [
{
"name": "Peter Hayman",
"url": "https://www.piratesjustar.com/"
}
],
"desc": "Create animation loops with noise and GIF exports in one line of code.",
"install": "https://unpkg.com/p5.createloop/dist/p5.createloop.js"
},
{
"name": "p5.dimensions",
"url": "https://github.com/Smilebags/p5.dimensions.js",
"authors": [
{
"name": "Smilebags",
"url": "https://github.com/Smilebags"
},
{
"name": "Max Segal",
"url": "https://github.com/max0410"
}
],
"desc": "p5.dimensions extends p5.js' vector functions to work in any number of dimensions.",
"install": "https://raw.githubusercontent.com/Smilebags/p5.dimensions.js/master/libraries/p5.dimensions.js"
},
{
"name": "p5.EasyCam",
"url": "https://github.com/freshfork/p5.EasyCam",
"authors": [
{
"name": "jWilliam Dunn",
"url": "https://jwilliamdunn.com"
}
],
"desc": "Simple 3D camera control with inertial pan, zoom, and rotate. Major contributions by Thomas Diewald.",
"install": "https://github.com/freshfork/p5.EasyCam/blob/master/p5.easycam.min.js"
},
{
"name": "p5.experience",
"url": "https://github.com/loneboarder/p5.experience.js",
"authors": [
{
"name": "Felix Meichelböck",
"url": "https://github.com/loneboarder"
}
],
"desc": "Extensive library for p5.js that adds additional event-listening functionality for creating canvas-based web applications.",
"install": "https://raw.githubusercontent.com/loneboarder/p5.experience.js/master/p5.experience.min.js"
},
{
"name": "p5.func",
"url": "https://idmnyu.github.io/p5.js-func",
"authors": [
{
"name": "R. Luke DuBois",
"url": "https://lukedubois.com/"
}
],
"desc": "p5.func is a p5 extension that provides new objects and utilities for function generation in the time, frequency, and spatial domains.",
"install": "https://raw.githubusercontent.com/IDMNYU/p5.js-func/master/lib/p5.func.min.js"
},
{
"name": "p5.geolocation",
"url": "https://github.com/bmoren/p5.geolocation",
"authors": [
{
"name": "Ben Moren",
"url": "https://www.benmoren.com/"
}
],
"desc": "p5.geolocation provides techniques for acquiring, watching, calculating, and geofencing user locations for p5.js.",
"install": "https://raw.githubusercontent.com/bmoren/p5.geolocation/master/p5.geolocation.js"
},
{
"name": "p5.gibber",
"url": "https://charlie-roberts.com/gibber/p5-gibber/",
"authors": [
{
"name": "Charlie Roberts",
"url": "https://charlie-roberts.com"
}
],
"desc": "p5.gibber provides rapid music sequencing and audio synthesis capabilities.",
"install": "https://raw.githubusercontent.com/charlieroberts/p5.gibber.js/master/dist/p5.gibber.min.js"
},
{
"name": "p5.glitch",
"url": "https://p5.glitch.me/",
"authors": [
{
"name": "Ted Davis",
"url": "https://teddavis.org"
}
],
"desc": "p5.glitch extends p5.js for glitching images and binary files.",
"install": "https://cdn.jsdelivr.net/npm/p5.glitch@latest/p5.glitch.js"
},
{
"name": "p5.gui",
"url": "https://github.com/bitcraftlab/p5.gui",
"authors": [
{
"name": "Martin Schneider",
"url": "https://www.bitcraftlab.com/"
}
],
"desc": "p5.gui generates a graphical user interface for your p5.js sketches.",
"install": [
"https://raw.githubusercontent.com/bitcraftlab/p5.gui/master/libraries/quicksettings.js",
"https://raw.githubusercontent.com/bitcraftlab/p5.gui/master/libraries/p5.gui.js"
]
},
{
"name": "p5.j5",
"url": "https://github.com/monteslu/p5.j5",
"authors": [
{
"name": "Luis Montes",
"url": "https://twitter.com/monteslu"
}
],
"desc": "The full Johnny-Five.io Nodebots/robotics library for Arduino and other microcontrollers made to work directly in browser with WebSerial or WebUSB.",
"install": "https://unpkg.com/p5.j5@1.1.0/dist/p5.j5.min.js"
},
{
"name": "p5.jacdac",
"url": "https://microsoft.github.io/jacdac-docs/clients/javascript/p5js/ ",
"authors": [
{
"name": "Jonathan de Halleux",
"url": "https://twitter.com/pelikhan"
}
],
"desc": "Plug-and-play micro-controllers for p5js",
"install": "https://cdn.jsdelivr.net/npm/p5.capture@1.2.0/dist/p5.capture.umd.min.js"
},
{
"name": "p5.localmessage",
"url": "https://github.com/bmoren/p5.localmessage",
"authors": [
{
"name": "Ben Moren",
"url": "https://benmoren.com"
}
],
"desc": "p5.localmessage provides a simple interface to send messages locally from one sketch to another for easy multi-window sketching!",
"install": "https://raw.githubusercontent.com/bmoren/p5.localmessage/master/p5.localmessage.min.js"
},
{
"name": "p5.particle",
"url": "https://github.com/bobcgausa/cook-js",
"authors": [
{
"name": "Robert Cook",
"url": "http://professorcook.org/"
}
],
"desc": "The Particle and Fountain objects can be used to create data-driven effects that are defined through user structures or JSON input and user-draw functions.",
"install": "https://rawgit.com/bobcgausa/cook-js/master/p5.particle.js"
},
{
"name": "p5.party",
"url": "https://github.com/jbakse/p5.party",
"authors": [
{
"name": "Justin Bakse",
"url": "http://justinbakse.com"
}
],
"desc": "p5.party is a library for easily creating networked multiuser games, apps, and sketches.",
"install": "https://cdn.jsdelivr.net/npm/p5.party@latest/dist/p5.party.js"
},
{
"name": "p5.PatGrad",
"url": "https://github.com/antiboredom/p5.patgrad",
"authors": [
{
"name": "Sam Lavigne",
"url": "https://lav.io"
}
],
"desc": "p5.PatGrad let's you add patterns and gradients to your sketches.",
"install": "https://cdn.jsdelivr.net/gh/antiboredom/p5.patgrad/p5.patgrad.js"
},
{
"name": "p5.play",
"url": "http://p5play.molleindustria.org",
"authors": [
{
"name": "Paolo Pedercini",
"url": "https://www.molleindustria.org/"
}
],
"desc": "p5.play provides sprites, animations, input and collision functions for games and gamelike applications.",
"install": "https://raw.githubusercontent.com/molleindustria/p5.play/master/lib/p5.play.js"
},
{
"name": "p5.Polar",
"url": "https://github.com/liz-peng/p5.Polar",
"authors": [
{
"name": "Liz Peng",
"url": "https://github.com/liz-peng"
}
],
"desc": "p5.Polar provides mathematical abstractions making it easy to create create beautiful, kaleidoscopic, radial patterns.",
"install": "https://raw.githubusercontent.com/liz-peng/p5.Polar/master/p5.Polar.min.js"
},
{
"name": "p5.projection",
"url": "https://osresearch.github.io/p5.projection/",
"authors": [
{
"name": "Trammell Hudson",
"url": "https://trmm.net/"
}
],
"desc": "Easy projection mapping of sketches onto real world surfaces",
"install": [
"https://cdnjs.cloudflare.com/ajax/libs/mathjs/9.5.1/math.js",
"https://cdn.jsdelivr.net/gh/osresearch/p5.projection@0.2.1/library/p5.projection.js"
]
},
{
"name": "p5.recorder",
"url": "https://github.com/doriclaudino/p5.recorder",
"authors": [
{
"name": "Dori Claudino",
"url": "https://github.com/doriclaudino"
}
],
"desc": "Record sketch canvas and audio.",
"install": "https://cdn.jsdelivr.net/npm/p5.recorder@latest/dist/p5.recorder.js"
},
{
"name": "p5.Riso",
"url": "https://antiboredom.github.io/p5.riso",
"authors": [
{
"name": "Sam Lavigne",
"url": "https://lav.io/"
},
{
"name": "Tega Brain",
"url": "https://tegabrain.com/"
}
],
"desc": "p5.Riso is a library for generating files suitable for Risograph printing. It helps turn your sketches into multi-color prints.",
"install": "https://raw.githubusercontent.com/antiboredom/p5.riso/master/lib/p5.riso.js"
},
{
"name": "p5.scenemanager",
"url": "https://github.com/mveteanu/p5.SceneManager",
"authors": [
{
"name": "Marian Veteanu",
"url": "https://github.com/mveteanu/"
}
],
"desc": "p5.SceneManager helps you create sketches with multiple states / scenes. Each scene is a like a sketch within the main sketch.",
"install": "https://raw.githubusercontent.com/mveteanu/p5.SceneManager/master/lib/scenemanager.js"
},
{
"name": "p5.screenPosition",
"url": "https://github.com/bohnacker/p5js-screenPosition",
"authors": [
{
"name": "Hartmut Bohnacker",
"url": "https://hartmut-bohnacker.de/"
}
],
"desc": "Adds the screenX and screenY functionality from Processing to P5js.",
"install": "https://raw.githubusercontent.com/bohnacker/p5js-screenPosition/master/addScreenPositionFunction.js"
},
{
"name": "p5.scribble",
"url": "https://github.com/generative-light/p5.scribble.js",
"authors": [
{
"name": "handy",
"url": "https://github.com/gicentre/handy"
}
],
"desc": "Draw 2D primitives in a sketchy look. Created by Janneck Wullschleger, based on a port of the original Processing library",
"install": "https://raw.githubusercontent.com/generative-light/p5.scribble.js/master/p5.scribble.js"
},
{
"name": "p5.serial",
"url": "https://github.com/vanevery/p5.serialport",
"authors": [
{
"name": "Shawn Van Every",
"url": "https://www.walking-productions.com/notslop/abou/"
},
{
"name": "Jen Kagan",
"url": "https://kaganjd.github.io/portfolio/"
},
{
"name": "Tom Igoe",
"url": "https://tigoe.net/"
}
],
"desc": "p5.serial enables serial communication between devices that support serial (RS-232) and p5 sketches running in the browser.",
"install": "https://raw.githubusercontent.com/p5-serial/p5.serialport/master/lib/p5.serialport.js"
},
{
"name": "p5.shape.js",
"url": "https://github.com/gaba5/p5.shape.js",
"authors": [
{
"name": "Sebastien Lorentz",
"url": "https://github.com/gaba5"
}
],
"desc": "A library built to add more simple shapes to the p5.js framework.",
"install": "https://raw.githubusercontent.com/gaba5/p5.shape.js/master/p5.shape.js"
},
{
"name": "p5.speech",
"url": "https://idmnyu.github.io/p5.js-speech/",
"authors": [
{
"name": "R. Luke DuBois",
"url": "https://lukedubois.com/"
}
],
"desc": "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.",
"install": "https://raw.githubusercontent.com/IDMNYU/p5.js-speech/master/lib/p5.speech.js"
},
{
"name": "p5.start2d.js",
"url": "https://github.com/eltapir/p5.start2d.js",
"authors": [
{
"name": "Kris HEYSE",
"url": "https://github.com/eltapir"
}
],
"desc": "p5 extension for 2D static art using px, mm, cm or inches",
"install": "https://raw.githubusercontent.com/eltapir/p5.start2d.js/master/js/p5.start2d.js"
},
{
"name": "p5.tiledmap",
"url": "https://github.com/linux-man/p5.tiledmap",
"authors": [
{
"name": "Caldas Lopes",
"url": "https://softlab.pt/"
}
],
"desc": "p5.tiledmap provides drawing and helper functions to include maps in your sketches.",
"install": "https://raw.githubusercontent.com/linux-man/p5.tiledmap/master/p5.tiledmap.min.js"
},
{
"name": "p5.touchgui",
"url": "https://github.com/L05/p5.touchgui",
"authors": [
{
"name": "Carlos L05 Garcia",
"url": "https://L05.is"
}
],
"desc": "A multi-touch and mouse GUI Library for p5.js.",
"install": "https://raw.githubusercontent.com/L05/p5.touchgui/master/lib/p5.touchgui.js"
},
{
"name": "p5.tween",
"url": "https://github.com/Milchreis/p5.tween",
"authors": [
{
"name": "Nick Müller",
"url": "https://github.com/Milchreis"
}
],
"desc": "With p5.tween you can create easily animations as tween for your objects and shapes.",
"install": "https://unpkg.com/p5.tween/dist/p5.tween.min.js"
},
{
"name": "p5.voronoi",
"url": "https://github.com/Dozed12/p5.voronoi",
"authors": [
{
"name": "Francisco Moreira",
"url": "https://github.com/Dozed12"
}
],
"desc": "p5.voronoi provides a set of tools to draw and utilize voronoi diagrams in your p5.js sketches.",
"install": [
"https://raw.githubusercontent.com/Dozed12/p5.voronoi/master/library/rhill-voronoi-core.js",
"https://raw.githubusercontent.com/Dozed12/p5.voronoi/master/library/p5.voronoi.min.js"
]
},
{
"name": "p5.wasm",
"url": "https://github.com/limzykenneth/p5.wasm",
"authors": [
{
"name": "Kenneth Lim",
"url": "https://github.com/limzykenneth"
}
],
"desc": "p5.wasm is an addon library written in Rust and compiled to WebAssembly that implements common functions found in p5.js.",
"install": "https://cdn.jsdelivr.net/npm/p5.wasm@0.2.1/dist/p5.wasm.js"
},
{
"name": "p5.xr",
"url": "https://p5xr.org/#/",
"authors": [
{
"name": "Stalgia Grigg",
"url": "https://www.stalgiagrigg.name/"
}
],
"desc": "A library for creating VR and AR sketches with p5.",
"install": "https://github.com/stalgiag/p5.xr/releases/download/patch/p5xr.js"
},
{
"name": "pdl.library",
"url": "https://github.com/phywand/pdl-library/",
"authors": [
{
"name": "Ian Lawrence",
"url": "https://slowthinkingphysics.net"
}
],
"desc": "A set of functions and classes to create interactive diagrams for teaching and learning physics.",
"install": "https://raw.githubusercontent.com/phywand/pdl-library/master/__support/pdlEnvironment.js"
},
{
"name": "rita.js",
"url": "https://rednoise.org/rita",
"authors": [
{
"name": "Daniel C. Howe",
"url": "https://rednoise.org/daniel"
}
],
"desc": "RiTa.js provides a set of natural language processing objects for generative literature.",
"install": "https://unpkg.com/rita"
},
{
"name": "Shape5",
"url": "https://github.com/pfe1223/Shape5js",
"authors": [
{
"name": "Patrick Ester",
"url": "https://github.com/pfe1223"
}
],
"desc": "Shape5 is a 2D primative library for elementary students who are learning to code for the first time.",
"install": "https://raw.githubusercontent.com/pfe1223/Shape5js/master/shape5.js"
},
{
"name": "tramontana",
"url": "https://www.tramontana.xyz",
"authors": [
{
"name": "Pierluigi Dalla Rosa",
"url": "https://www.pierdr.com"
}
],
"desc": "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.",
"install": "https://pierdr.github.io/Tramontana-for-Javascript/lib/tramontana_min.js"
},
{
"name": "TurtleGFX",
"url": "https://github.com/CodeGuppyPrograms/TurtleGFX",
"authors": [
{
"name": "CodeGuppy",
"url": "https://codeguppy.com"
}
],
"desc": "TurtleGFX allows to code with Turtle Graphics in JavaScript. Great for education and creative coding.",
"install": "https://raw.githubusercontent.com/CodeGuppyPrograms/TurtleGFX/master/lib/turtlegfx.js"
},
{
"name": "vida",
"url": "https://tetoki.eu/vida",
"authors": [
{
"name": "Pawel Janicki",
"url": "https://paweljanicki.jp"
}
],
"desc": "Vida is a simple library that adds camera (or video) based motion detection and blob tracking functionality to p5js.",
"install": "https://www.tetoki.eu/vida/vida/p5.vida.min.js"
},
{
"name": "WEBMIDI.js",
"url": "https://webmidijs.org/",
"authors": [
{
"name": "Jean-Philippe Côté",
"url": "https://djip.co"
}
],
"desc": "Easily send and receive MIDI messages from p5.",
"install": "https://cdn.jsdelivr.net/npm/webmidi@next/dist/iife/webmidi.iife.js"
}
]