Skip to content

Commit 28c56a2

Browse files
committed
strands tut: Add visible version temporarily so it's obvious what's being reviewed
1 parent 28f2dab commit 28c56a2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/content/tutorials/en/intro-to-p5-strands.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ authors:
2222
import EditableSketch from "../../../components/EditableSketch/index.astro";
2323
import Callout from "../../../components/Callout/index.astro";
2424

25+
26+
## Version
27+
28+
Attempted simplification (25/03/2026).
29+
30+
(This section to be removed!)
31+
2532
## Introduction
2633

2734
**p5.strands** is a new way of writing shaders using JavaScript in p5.js. While many shader effects *could* be created with the p5.js 2D renderer, shaders are best for applying complex effects to many objects. Like any medium, shaders also offer their own creative possibilities!

0 commit comments

Comments
 (0)