Skip to content

Commit facb26b

Browse files
committed
Add more code examples
1 parent a55c4b3 commit facb26b

File tree

6 files changed

+51
-3
lines changed

6 files changed

+51
-3
lines changed
25.3 KB
Loading
169 KB
Loading
202 KB
Loading
85.4 KB
Loading
250 KB
Loading

content/videos/challenges/181-image-stippling/index.json

Lines changed: 51 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,59 @@
3232
"codeExamples": [
3333
{
3434
"title": "Weighted Voronoi Stippling",
35-
"description": "TBD",
35+
"description": "Implementation of weighted voronoi stippling.",
3636
"image": "gloria_stipple.jpg",
3737
"urls": {
3838
"p5": "https://editor.p5js.org/codingtrain/sketches/AoH40T6fV"
3939
}
40+
},
41+
{
42+
"title": "Circumcircle",
43+
"description": "Sketch visualizing a circumcircle.",
44+
"image": "1.jpg",
45+
"urls": {
46+
"p5": "https://editor.p5js.org/codingtrain/sketches/eJnSI84Tw"
47+
}
48+
},
49+
{
50+
"title": "CC 181: Voronoi Bouncing Points",
51+
"description": "Implementation of voroni showing points moving.",
52+
"image": "2.jpg",
53+
"urls": {
54+
"p5": "https://editor.p5js.org/codingtrain/sketches/GpeT1W8X1"
55+
}
56+
},
57+
{
58+
"title": "CC 181: Voronoi Phyllotaxis",
59+
"description": "Implementation of voroni with the phyllotaxis algorithm.",
60+
"image": "3.jpg",
61+
"urls": {
62+
"p5": "https://editor.p5js.org/codingtrain/sketches/ydiZeUK8R"
63+
}
64+
},
65+
{
66+
"title": "CC 181: Voronoi Area Mapped to Color",
67+
"description": "Sketch demonstrating how to map voronoi area to color.",
68+
"image": "4.jpg",
69+
"urls": {
70+
"p5": "https://editor.p5js.org/codingtrain/sketches/opmU_UQqg"
71+
}
72+
},
73+
{
74+
"title": "CC 181 Weighted Stippling - Abstract Pattern",
75+
"description": "Implementation of weighted stippling on an image generating from noise.",
76+
"image": "5.jpg",
77+
"urls": {
78+
"p5": "https://editor.p5js.org/codingtrain/sketches/9ntWWLXqA"
79+
}
80+
},
81+
{
82+
"title": "CC 181 Weighted Stippling - video",
83+
"description": "Implementation of voroni stippling on video.",
84+
"image": "",
85+
"urls": {
86+
"p5": "https://editor.p5js.org/codingtrain/sketches/bH_LhAYG3"
87+
}
4088
}
4189
],
4290
"groupLinks": [
@@ -80,9 +128,9 @@
80128
"links": [
81129
{
82130
"icon": "🚂",
83-
"title": "Pxiel Array",
131+
"title": "Pixel Array",
84132
"url": "/tracks/pixels/more-p5/pixel-array",
85-
"description": "his video looks at how to access the pixels of an HTML5 canvas in p5.js."
133+
"description": "This video looks at how to access the pixels of an HTML5 canvas in p5.js."
86134
}
87135
]
88136
}

0 commit comments

Comments
 (0)