Skip to content

Commit 6e503b9

Browse files
committed
Add dodecahedron example
1 parent b0ecfad commit 6e503b9

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
40.4 KB
Loading

content/videos/challenges/183-mathematical-marbling/index.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44
"description": "",
55
"videoId": "",
66
"nebulaSlug": "codingtrain-coding-challenge-183-mathematical-marbling",
7-
"date": "2024-04-00",
7+
"date": "2024-05-02",
88
"languages": ["p5.js", "JavaScript"],
99
"topics": ["mathematical marbling"],
1010
"canContribute": true,
1111
"relatedChallenges": [
12-
"19-superellipse",
1312
"56-attraction-and-repulsion-forces",
1413
"124-flocking-simulation",
1514
"132-fluid-simulation",
@@ -39,6 +38,14 @@
3938
"p5": "https://editor.p5js.org/codingtrain/sketches/fsw-rJrpr"
4039
}
4140
},
41+
{
42+
"title": "Dodecahedron",
43+
"description": "Code example for rendering a dodecahedron.",
44+
"image": "dodecahedron.jpg",
45+
"urls": {
46+
"p5": "https://editor.p5js.org/codingtrain/sketches/frIcGeI8l"
47+
}
48+
},
4249
{
4350
"title": "Marbling Phyllotaxis",
4451
"description": "Adding ink drops using phyllotaxis.",

0 commit comments

Comments
 (0)