Skip to content

Commit c706874

Browse files
committed
Format and fix typo
1 parent b4dc270 commit c706874

File tree

1 file changed

+53
-39
lines changed
  • content/videos/noc/perlin/perlin-noise-2d

1 file changed

+53
-39
lines changed

content/videos/noc/perlin/perlin-noise-2d/index.json

Lines changed: 53 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -3,49 +3,63 @@
33
"description": "In the fifth part of my Perlin Noise Tutorial, I demonstrate how to use two-dimensional Perlin noise in a p5.js sketch.",
44
"videoId": "ikwNrFvnL3g",
55
"date": "2016-06-24",
6-
"languages": ["p5.js", "JavaScript"],
7-
"topics": ["For beginners"],
6+
"languages": [
7+
"p5.js",
8+
"JavaScript"
9+
],
10+
"topics": [
11+
"For beginners"
12+
],
813
"canContribute": true,
914
"timestamps": [
10-
{ "time": "0:26", "title": "Graph of Perlin Noise in One Dimension" },
11-
{ "time": "3:49", "title": "Pixel Array" },
12-
{ "time": "6:48", "title": "Perlin Noise" }
15+
{
16+
"time": "0:26",
17+
"title": "Graph of Perlin Noise in One Dimension"
18+
},
19+
{
20+
"time": "3:49",
21+
"title": "Pixel Array"
22+
},
23+
{
24+
"time": "6:48",
25+
"title": "Perlin Noise"
26+
}
1327
],
14-
1528
"codeExamples": [
16-
{
17-
"title": "Perlin Noise in 2D",
18-
"description": "Using 2D perlin noise to create a 2D noise field",
19-
"image": "perlin2d.png",
20-
"urls": {
21-
"p5": "https://editor.p5js.org/codingtrain/sketches/2_hBcOBrF" }
22-
}
29+
{
30+
"title": "Perlin Noise in 2D",
31+
"description": "Using 2D perlin noise to create a 2D noise field",
32+
"image": "perlin2d.png",
33+
"urls": {
34+
"p5": "https://editor.p5js.org/codingtrain/sketches/2_hBcOBrF"
35+
}
36+
}
2337
],
2438
"groupLinks": [
25-
{
26-
"title": "References",
27-
"links": [
28-
{
29-
"title": "noise()",
30-
"url": "https://p5js.org/reference/#/p5/noise",
31-
"description": "p5.js reference for noise()"
32-
},
33-
{
34-
"title": "andom()",
35-
"url": "https://p5js.org/reference/#/p5/random",
36-
"description": "p5.js reference for random()"
37-
},
38-
{
39-
"title": "The Nature of Code",
40-
"url": "https://natureofcode.com/",
41-
"description": "The Nature of Code - online book by Daniel Shiffman"
42-
},
43-
{
44-
"title": "The Nature of Code Examples p5.js",
45-
"url": "https://github.com/nature-of-code/noc-examples-p5.js",
46-
"description": "Repository for example p5.js code from the Nature of Code book"
47-
}
48-
]
49-
}
39+
{
40+
"title": "References",
41+
"links": [
42+
{
43+
"title": "noise()",
44+
"url": "https://p5js.org/reference/#/p5/noise",
45+
"description": "p5.js reference for noise()"
46+
},
47+
{
48+
"title": "random()",
49+
"url": "https://p5js.org/reference/#/p5/random",
50+
"description": "p5.js reference for random()"
51+
},
52+
{
53+
"title": "The Nature of Code",
54+
"url": "https://natureofcode.com/",
55+
"description": "The Nature of Code - online book by Daniel Shiffman"
56+
},
57+
{
58+
"title": "The Nature of Code Examples p5.js",
59+
"url": "https://github.com/nature-of-code/noc-examples-p5.js",
60+
"description": "Repository for example p5.js code from the Nature of Code book"
61+
}
62+
]
63+
}
5064
]
51-
}
65+
}

0 commit comments

Comments
 (0)