Skip to content

Commit 73a4721

Browse files
committed
Merge branch 'cc-182-apollonian-gasket' of https://github.com/CodingTrain/thecodingtrain.com into cc-182-apollonian-gasket
2 parents 734e2a2 + 52ebc7f commit 73a4721

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed
498 KB
Loading

content/videos/challenges/182-apollonian-gasket/index.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
{
2-
"title": "Apollonian Gaskey",
2+
"title": "Apollonian Gasket",
33
"videoNumber": "182",
44
"description": "",
55
"videoId": "",
66
"nebulaSlug": "",
77
"date": "2024-03-14",
88
"languages": ["p5.js", "JavaScript"],
9-
"topics": ["Apollonian Gasket", "PI", "circle packing", "complex numbers", "curvature", "Descartes Theorem"],
9+
"topics": ["Apollonian Gasket", "Pi", "circle packing", "complex numbers", "curvature", "Descartes Theorem"],
1010
"canContribute": true,
1111
"relatedChallenges": [
12+
"21-mandelbrot-set-with-p5js",
13+
"22-julia-set",
14+
"77-recursion",
1215
"50-animated-circle-packing",
1316
"95-approximating-the-value-of-pi",
1417
"96-visualizing-digits-of-pi",
@@ -49,6 +52,14 @@
4952
"urls": {
5053
"p5": "https://editor.p5js.org/codingtrain/sketches/zrq8KHXnO"
5154
}
55+
},
56+
{
57+
"title": "Colorful Recursive Gaskets in Gaskets",
58+
"description": "Adding color and recursive drawing gaskets inside gaskets.",
59+
"image": "gasket2.png",
60+
"urls": {
61+
"p5": "https://editor.p5js.org/codingtrain/sketches/leBpmVwaM"
62+
}
5263
}
5364
],
5465
"groupLinks": [
@@ -122,10 +133,6 @@
122133
"description": "Javascript library implementing math operations for complex numbers."
123134
}
124135
]
125-
},
126-
{
127-
"title": "Videos",
128-
"links": []
129136
}
130137
],
131138
"credits": [

0 commit comments

Comments
 (0)