Skip to content

Commit 935340f

Browse files
authored
Merge branch 'main' into PR/improve-content-tests
2 parents 84e9304 + 43147ca commit 935340f

File tree

18 files changed

+369
-25
lines changed

18 files changed

+369
-25
lines changed

content/tracks/index.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010
"algorithmic-botany",
1111
"coding-in-the-cabana",
1212
"coding-together-apple-ii",
13-
"games",
1413
"mastodon",
1514
"neural-networks",
1615
"noise",
1716
"p5-tips-and-tricks",
1817
"physics-libraries",
1918
"pi-day",
19+
"pixels",
2020
"snowflakes",
2121
"sound",
2222
"supershapes",
2323
"teachable-machine",
2424
"topics-in-native-javascript",
2525
"transformations-in-p5",
26+
"games",
2627
"web-sockets-and-p5js",
27-
"webgl",
28-
"pixels"
28+
"webgl"
2929
]
3030
}
784 KB
Loading
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
22
"title": "pixels",
3-
"description": "A collection of videos working with pixels in p5.js and Processing.",
3+
"description": "Take a ride along the Pixels track and explore pixels with p5.js and Processing. In this track, I demonstrate how to work with real-time live video, using tint() to change colors and copy() to takes snapshots. I also explore how the pixel array works. I create examples of \"software\" mirrors that draw pixels as shapes or use DOM elements. I demonstrate how to create a \"painting\" with particles smearing colors from pixels, and build a slitscan effect.",
44
"videos": [
55
"pixels/createCapture",
66
"pixels/video-photobooth",
77
"more-p5/pixel-array",
88
"pixels/brightness-mirror",
99
"pixels/checkbox-mirror",
10-
"pixels/painting-with-pixels"
10+
"pixels/painting-with-pixels",
11+
"pixels/slit-scan",
12+
"challenges/47-pixel-sorting-in-processing",
13+
"challenges/102-2d-water-ripple",
14+
"challenges/103-fire-effect"
1115
]
1216
}

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": [],
13.7 KB
Loading

0 commit comments

Comments
 (0)