Skip to content

Commit 5352d69

Browse files
authored
Add more external examples
1 parent cad3a15 commit 5352d69

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,11 +446,17 @@ A live example: https://davepagurek.github.io/p5.Framebuffer/examples/shadows
446446

447447
## External examples
448448

449+
- <a href="https://openprocessing.org/sketch/1773564">Rolling Shutter</a>
450+
- Uses 120 framebuffers to store previous frames of video for a slit scanning effect
451+
- <a href="https://openprocessing.org/sketch/1721124">Wizard Pondering Orb</a>
452+
- Uses the Gaussian blur renderer
453+
- <a href="https://openprocessing.org/sketch/1616318">3D Text</a>
454+
- Uses two framebuffers to do a feedback effect
455+
- <a href="https://openprocessing.org/sketch/1622863">Disassemble</a>
456+
- Uses the contact shadow renderer
449457
- <a href="https://openprocessing.org/sketch/1590159">Train Knots</a>
450458
- Uses the depth buffer in a focal blur shader
451459
- <a href="https://openprocessing.org/sketch/1460113">Modern Vampires of the City</a>
452460
- Uses the depth buffer to create a fog effect
453-
- <a href="https://openprocessing.org/sketch/1418669">Descent</a>
454-
- Uses the depth buffer in a focal blur shader
455461

456462
More coming soon!

0 commit comments

Comments
 (0)