|
1 | 1 | {
|
2 | 2 | "title": "Dragon Curve",
|
3 | 3 | "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", |
6 | 6 | "nebulaSlug": "codingtrain-coding-challenge-184-dragon-curve",
|
7 | 7 | "date": "2024-08-18",
|
8 | 8 | "languages": ["p5.js", "JavaScript"],
|
|
16 | 16 | "c3-hilbert-curve"
|
17 | 17 | ],
|
18 | 18 | "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" }, |
25 | 25 | { "time": "11:30", "title": "We have the dragon curve!" },
|
26 | 26 | { "time": "12:00", "title": "Add animation" },
|
27 | 27 | { "time": "16:31", "title": "Add the starting positions for a and b" },
|
|
31 | 31 | { "time": "26:44", "title": "Target zoom" },
|
32 | 32 | { "time": "28:57", "title": "Challenge complete!" },
|
33 | 33 | { "time": "29:57", "title": "What can you do?" },
|
34 |
| - { "time": "30:250", "title": "Outro" } |
| 34 | + { "time": "30:25", "title": "Outro" } |
35 | 35 | ],
|
36 | 36 | "codeExamples": [
|
37 | 37 | {
|
|
92 | 92 | {
|
93 | 93 | "title": "Videos",
|
94 | 94 | "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 | + }, |
95 | 101 | {
|
96 | 102 | "icon": "🎥",
|
97 | 103 | "title": "Dragon Curve - Numberphile",
|
|
0 commit comments