Skip to content

Commit fddbecb

Browse files
committed
dragon curve finishing touches
1 parent 1e771de commit fddbecb

File tree

1 file changed

+15
-9
lines changed
  • content/videos/challenges/185-dragon-curve

1 file changed

+15
-9
lines changed

content/videos/challenges/185-dragon-curve/index.json

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"title": "Dragon Curve",
33
"videoNumber": "185",
4-
"description": "",
5-
"videoId": "",
4+
"description": "The Dragon Curve fractal is created by repeatedly folding a strip of paper in half, then unfolding it to form a curve. In this challenge, I attempt to code an animation of the Dragon Curve forming with p5.js in JavaScript.",
5+
"videoId": "MazpwQNdJYQ",
66
"nebulaSlug": "codingtrain-coding-challenge-184-dragon-curve",
77
"date": "2024-08-18",
88
"languages": ["p5.js", "JavaScript"],
@@ -16,12 +16,12 @@
1616
"c3-hilbert-curve"
1717
],
1818
"timestamps": [
19-
{ "time": "0:00", "title": "Introduction" },
20-
{ "time": "0:36", "title": "The Nature of Code book" },
21-
{ "time": "1:43", "title": "Explain algorithm" },
22-
{ "time": "3:38", "title": "Start coding" },
23-
{ "time": "5:05", "title": "Write rotate function" },
24-
{ "time": "7:05", "title": "Rotate all the segments" },
19+
{ "time": "00:00", "title": "Introduction" },
20+
{ "time": "00:36", "title": "The Nature of Code book" },
21+
{ "time": "01:43", "title": "Explain algorithm" },
22+
{ "time": "03:38", "title": "Start coding" },
23+
{ "time": "05:05", "title": "Write rotate function" },
24+
{ "time": "07:05", "title": "Rotate all the segments" },
2525
{ "time": "11:30", "title": "We have the dragon curve!" },
2626
{ "time": "12:00", "title": "Add animation" },
2727
{ "time": "16:31", "title": "Add the starting positions for a and b" },
@@ -31,7 +31,7 @@
3131
{ "time": "26:44", "title": "Target zoom" },
3232
{ "time": "28:57", "title": "Challenge complete!" },
3333
{ "time": "29:57", "title": "What can you do?" },
34-
{ "time": "30:250", "title": "Outro" }
34+
{ "time": "30:25", "title": "Outro" }
3535
],
3636
"codeExamples": [
3737
{
@@ -92,6 +92,12 @@
9292
{
9393
"title": "Videos",
9494
"links": [
95+
{
96+
"icon": "🎥",
97+
"title": "Unfolding the Dragon.",
98+
"url": "https://youtu.be/UBuPWdSbyf8",
99+
"description": "Dragon Curve unfolding animation rendered in Cinema 4D."
100+
},
95101
{
96102
"icon": "🎥",
97103
"title": "Dragon Curve - Numberphile",

0 commit comments

Comments
 (0)