Skip to content

Commit 43147ca

Browse files
authored
Merge pull request #1256 from CodingTrain/pixels-topics
Cleaning up Pixels Topics
2 parents 18ed05c + ea017e3 commit 43147ca

File tree

11 files changed

+19
-12
lines changed

11 files changed

+19
-12
lines changed

content/videos/challenges/102-2d-water-ripple/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"videoId": "BZUdGqeOD0w",
66
"date": "2018-05-07",
77
"languages": ["Processing"],
8-
"topics": ["2D water ripple", "cellular automaton"],
8+
"topics": ["2D water ripple", "cellular automaton", "pixels"],
99
"canContribute": true,
1010
"relatedChallenges": ["24-perlin-noise-flow-field", "85-the-game-of-life", "103-fire-effect"],
1111
"timestamps": [

content/videos/challenges/103-fire-effect/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"videoId": "X0kjv0MozuY",
66
"date": "2018-05-14",
77
"languages": ["Processing", "p5.js"],
8-
"topics": ["fire simulation", "Perlin noise"],
8+
"topics": ["fire simulation", "Perlin noise", "pixels"],
99
"canContribute": true,
1010
"relatedChallenges": ["102-2d-water-ripple", "132-fluid-simulation"],
1111
"timestamps": [

content/videos/challenges/132-fluid-simulation/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"videoId": "alhpH6ECFvQ",
66
"date": "2019-02-12",
77
"languages": ["Processing"],
8-
"topics": ["fluid simulation", "turbulent fluid flow"],
8+
"topics": ["fluid simulation", "turbulent fluid flow", "pixels"],
99
"canContribute": true,
1010
"relatedChallenges": ["24-perlin-noise-flow-field", "102-2d-water-ripple", "103-fire-effect"],
1111
"timestamps": [

content/videos/challenges/47-pixel-sorting-in-processing/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"nebulaSlug": "the-coding-train-47-pixel-sorting-in-processing",
77
"date": "2016-12-21",
88
"languages": ["Processing", "Java"],
9-
"topics": ["pixel sorting", "selection sort"],
9+
"topics": ["pixel sorting", "selection sort", "pixels"],
1010
"canContribute": true,
1111
"relatedChallenges": ["114-bubble-sort-visualization"],
1212
"timestamps": [

content/videos/challenges/49-photo-mosaic-with-white-house-social-media-images/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"videoId": "nnlAH1zDBDE",
66
"date": "2017-01-06",
77
"languages": ["Java", "Processing"],
8-
"topics": ["pixel array", "image processing"],
8+
"topics": ["pixel array", "image processing", "pixels"],
99
"canContribute": true,
1010
"relatedChallenges": ["47-pixel-sorting-in-processing", "50-animated-circle-packing", "90-dithering"],
1111
"timestamps": [

content/videos/challenges/50-animated-circle-packing/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"videoId": "",
66
"date": "2017-01-09",
77
"languages": ["Processing"],
8-
"topics": ["load pixels", "circle packing", "processing pixels"],
8+
"topics": ["circle packing", "pixels"],
99
"canContribute": true,
1010
"relatedChallenges": ["47-pixel-sorting-in-processing", "49-photo-mosaic-with-white-house-social-media-images"],
1111
"timestamps": [],

content/videos/pixels/brightness-mirror/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"nebulaSlug": "",
66
"date": "2016-03-31",
77
"languages": ["JavaScript"],
8-
"topics": ["p5.js", "pixel array"],
8+
"topics": ["p5.js", "pixel array", "pixels"],
99
"canContribute": true,
1010
"relatedChallenges": ["47-pixel-sorting-in-processing", "102-2d-water-ripple"],
1111
"timestamps": [

content/videos/pixels/checkbox-mirror/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"nebulaSlug": "",
66
"date": "2016-03-31",
77
"languages": ["JavaScript"],
8-
"topics": ["p5.js", "pixel array", "dom"],
8+
"topics": ["p5.js", "pixel array", "dom", "pixels"],
99
"canContribute": true,
1010
"relatedChallenges": ["47-pixel-sorting-in-processing", "102-2d-water-ripple"],
1111
"timestamps": [

content/videos/pixels/createCapture/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"nebulaSlug": "",
66
"date": "2016-03-31",
77
"languages": ["JavaScript"],
8-
"topics": ["p5.js", "video", "createCapture"],
8+
"topics": ["p5.js", "video", "createCapture", "pixels"],
99
"canContribute": true,
1010
"relatedChallenges": ["47-pixel-sorting-in-processing", "102-2d-water-ripple", "166-image-to-ascii"],
1111
"timestamps": [

content/videos/pixels/painting-with-pixels/index.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@
55
"nebulaSlug": "",
66
"date": "2016-04-06",
77
"languages": ["JavaScript"],
8-
"topics": ["p5.js", "pixel array"],
8+
"topics": ["p5.js", "pixel array", "pixels"],
99
"canContribute": true,
10-
"relatedChallenges": ["52-random-walker", "50-animated-circle-packing", "78-simple-particle-system", "90-dithering", "102-2d-water-ripple", "132-fluid-simulation"],
10+
"relatedChallenges": [
11+
"52-random-walker",
12+
"50-animated-circle-packing",
13+
"78-simple-particle-system",
14+
"90-dithering",
15+
"102-2d-water-ripple",
16+
"132-fluid-simulation"
17+
],
1118
"timestamps": [
1219
{
1320
"time": "0:00",

0 commit comments

Comments
 (0)