Skip to content

Commit 3e1aabe

Browse files
authored
Merge pull request #1376 from davepagurek/framebuffer-library-rename
Replace p5.Framebuffer from libraries section now that a core feature shares the same name
2 parents 3dba79b + b03c764 commit 3e1aabe

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

src/data/en.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1431,9 +1431,8 @@ libraries:
14311431
p5.jacdac: Plug-and-play micro-controllers for p5js
14321432
p5.PatGrad: p5.PatGrad let's you add patterns and gradients to your sketches.
14331433
p5.projection: Easy projection mapping of sketches onto real world surfaces
1434-
p5.Framebuffer: >-
1435-
A fast offscreen canvas for WebGL, giving access to depth data for fog and
1436-
blur effects.
1434+
p5.filterRenderer: >-
1435+
A library for p5.js WebGL mode to draw with depth blur and shadows.
14371436
p5.capture: >-
14381437
p5.capture provides a simple GUI to easily record p5.js animations and output
14391438
video files in various formats (webm, gif, mp4, png, jpg, and webp).

src/data/hi.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1607,9 +1607,8 @@ libraries:
16071607
p5.jacdac: p5js के लिए प्लग-एंड-प्ले माइक्रो-कंट्रोलर।
16081608
p5.PatGrad: p5.PatGrad आपके रेखाचित्रों में पैटर्न और ग्रेडिएंट जोड़ता है।
16091609
p5.projection: Easy projection mapping of sketches onto real world surfaces
1610-
p5.Framebuffer: >-
1611-
A fast offscreen canvas for WebGL, giving access to depth data for fog and
1612-
blur effects.
1610+
p5.filterRenderer: >-
1611+
A library for p5.js WebGL mode to draw with depth blur and shadows.
16131612
p5.capture: >-
16141613
"p5.capture विभिन्न स्वरूपों (webm, gif, mp4, png, jpg, और webp) में p5.js
16151614
एनिमेशन और आउटपुट वीडियो फ़ाइलों को आसानी से रिकॉर्ड करने के लिए एक सरल GUI

src/data/ko.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1424,9 +1424,8 @@ libraries:
14241424
p5.jacdac: Plug-and-play micro-controllers for p5js
14251425
p5.PatGrad: p5.PatGrad let's you add patterns and gradients to your sketches.
14261426
p5.projection: Easy projection mapping of sketches onto real world surfaces
1427-
p5.Framebuffer: >-
1428-
A fast offscreen canvas for WebGL, giving access to depth data for fog and
1429-
blur effects.
1427+
p5.filterRenderer: >-
1428+
A library for p5.js WebGL mode to draw with depth blur and shadows.
14301429
p5.capture: >-
14311430
p5.capture provides a simple GUI to easily record p5.js animations and
14321431
output video files in various formats (webm, gif, mp4, png, jpg, and webp).

src/data/libraries/libraries.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,8 @@
329329
]
330330
},
331331
{
332-
"name": "p5.Framebuffer",
333-
"url": "https://github.com/davepagurek/p5.Framebuffer",
332+
"name": "p5.filterRenderer",
333+
"url": "https://github.com/davepagurek/p5.filterRenderer",
334334
"authors": [
335335
{
336336
"name": "Dave Pagurek",

0 commit comments

Comments
 (0)