Skip to content

Commit b2df419

Browse files
committed
getting ready to release CC-181
1 parent 0fd881e commit b2df419

File tree

3 files changed

+43
-0
lines changed

3 files changed

+43
-0
lines changed
547 KB
Loading
733 KB
Loading
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"title": "Weighted Voronoi Stippling",
3+
"videoNumber": "181",
4+
"description": "TBD",
5+
"videoId": "TBD",
6+
"nebulaSlug": "codingtrain-coding-challenge-181-image-stippling",
7+
"date": "2024-02-22",
8+
"languages": ["p5.js", "JavaScript"],
9+
"topics": [],
10+
"canContribute": true,
11+
"relatedChallenges": [],
12+
"timestamps": [{ "time": "0:00", "title": "Hello!" }],
13+
"codeExamples": [
14+
{
15+
"title": "Weighted Voronoi Stippling",
16+
"description": "TBD",
17+
"image": "gloria_stipple.jpg",
18+
"urls": {
19+
"p5": "https://editor.p5js.org/codingtrain/sketches/AoH40T6fV"
20+
}
21+
}
22+
],
23+
"groupLinks": [
24+
{
25+
"title": "References",
26+
"links": []
27+
},
28+
{
29+
"title": "Videos",
30+
"links": []
31+
}
32+
],
33+
"credits": [
34+
{
35+
"title": "Editing",
36+
"name": "Mathieu Blanchette"
37+
},
38+
{
39+
"title": "Animations",
40+
"name": "Jason Heglund"
41+
}
42+
]
43+
}

0 commit comments

Comments
 (0)