Skip to content

Commit

Permalink
add more libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
antiboredom committed Jul 4, 2022
1 parent 59754ac commit 4e53e3a
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 0 deletions.
8 changes: 8 additions & 0 deletions library_installation_urls.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,13 @@
"p5.wasm": "https://cdn.jsdelivr.net/npm/[email protected]/dist/p5.wasm.js",
"p5.xr": "https://github.com/stalgiag/p5.xr/releases/download/patch/p5xr.js",
"p5.PatGrad": "https://cdn.jsdelivr.net/gh/antiboredom/p5.patgrad/p5.patgrad.js",
"p5.animS": "https://raw.githubusercontent.com/wixette/p5.animS/main/build/p5.anims.min.js",
"p5.capture": "https://cdn.jsdelivr.net/npm/[email protected]/dist/p5.capture.umd.min.js",
"p5.jacdac": "https://cdn.jsdelivr.net/npm/[email protected]/dist/p5.capture.umd.min.js",
"p5.FrameBuffer": "https://cdn.jsdelivr.net/npm/@davepagurek/[email protected]/p5.Framebuffer.min.js",
"p5.projection": [
"https://cdnjs.cloudflare.com/ajax/libs/mathjs/9.5.1/math.js",
"https://cdn.jsdelivr.net/gh/osresearch/[email protected]/library/p5.projection.js"
],
"WEBMIDI.js": "https://cdn.jsdelivr.net/npm/webmidi@next/dist/iife/webmidi.iife.js"
}
63 changes: 63 additions & 0 deletions src/libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,18 @@
"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",
Expand Down Expand Up @@ -133,6 +145,18 @@
"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/[email protected]/dist/p5.capture.umd.min.js"
},
{
"name": "p5.clickable",
"url": "https://github.com/Lartu/p5.clickable",
Expand Down Expand Up @@ -296,6 +320,18 @@
"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/[email protected]/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/[email protected]/dist/p5.capture.umd.min.js"
},
{
"name": "p5.localmessage",
"url": "https://github.com/bmoren/p5.localmessage",
Expand Down Expand Up @@ -332,6 +368,18 @@
"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",
Expand All @@ -356,6 +404,21 @@
"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/[email protected]/library/p5.projection.js"
]
},
{
"name": "p5.recorder",
"url": "https://github.com/doriclaudino/p5.recorder",
Expand Down

0 comments on commit 4e53e3a

Please sign in to comment.