|
1 | 1 | {
|
2 |
| - "title": "Genuary", |
3 |
| - "description": "", |
4 |
| - "videoId": "", |
5 |
| - "date": "2023-1-04", |
6 |
| - "languages": ["P5.js", "processing"], |
| 2 | + "title": "Genuary 2023 Speed Run!", |
| 3 | + "description": "My speed run through all of the Genuary 2023 prompts.", |
| 4 | + "videoId": "QyGG15J9bAc", |
| 5 | + "date": "2023-1-30", |
| 6 | + "languages": ["Javascript", "Processing"], |
7 | 7 | "topics": ["Genuary"],
|
8 | 8 | "canContribute": true,
|
9 |
| - "relatedChallenges": [], |
| 9 | + "relatedChallenges": ["14-fractal-trees-recursive", "135-making-a-gif-loop-in-processing"], |
10 | 10 | "timestamps": [
|
11 | 11 | { "time": "0:00:00", "title": "Livestream starts" },
|
12 | 12 | { "time": "0:20:14", "title": "Timer starts" },
|
13 | 13 | { "time": "0:20:32", "title": "Genuary 1 - Perfect GIF loop" },
|
14 |
| - { "time": "0:25:24", "title": "Made in 10 minutes" }, |
15 |
| - { "time": "0:32:13", "title": "Glitch Art" }, |
16 |
| - { "time": "0:40:35", "title": "Intersections" }, |
17 |
| - { "time": "0:46:45", "title": "Debug View" }, |
18 |
| - { "time": "0:50:00", "title": "Steal Like an Artist" }, |
19 |
| - { "time": "0:55:25", "title": "Sample a color palette from your favorite movie/album cover" }, |
20 |
| - { "time": "1:00:18", "title": "Signed Distance Functions" }, |
21 |
| - { "time": "1:08:12", "title": "Plants" }, |
22 |
| - { "time": "1:16:01", "title": "Generative Music" }, |
23 |
| - { "time": "1:21:48", "title": "Suprematism" }, |
24 |
| - { "time": "1:33:30", "title": "Tessellation" }, |
25 |
| - { "time": "1:41:25", "title": "Something you’ve always wanted to learn" }, |
26 |
| - { "time": "1:53:21", "title": "Aesemic" }, |
27 |
| - { "time": "2:02:18", "title": "Sine Waves" }, |
28 |
| - { "time": "2:04:16", "title": "Reflection of a reflection" }, |
29 |
| - { "time": "2:13:44", "title": "A grid inside a grid inside a grid" }, |
| 14 | + { "time": "0:25:24", "title": "Genuary 2 - Made in 10 minutes" }, |
| 15 | + { "time": "0:32:13", "title": "Genuary 3 - Glitch Art" }, |
| 16 | + { "time": "0:40:35", "title": "Genuary 4 - Intersections" }, |
| 17 | + { "time": "0:46:45", "title": "Genuary 5 - Debug View" }, |
| 18 | + { "time": "0:50:00", "title": "Genuary 6 - Steal Like an Artist" }, |
| 19 | + { "time": "0:55:25", "title": "Genuary 7 - Sample a color palette from your favorite movie/album cover" }, |
| 20 | + { "time": "1:00:18", "title": "Genuary 8 - Signed Distance Functions" }, |
| 21 | + { "time": "1:08:12", "title": "Genuary 9 - Plants" }, |
| 22 | + { "time": "1:16:01", "title": "Genuary 10 - Generative Music" }, |
| 23 | + { "time": "1:21:48", "title": "Genuary 11 - Suprematism" }, |
| 24 | + { "time": "1:33:30", "title": "Genuary 12 - Tessellation" }, |
| 25 | + { "time": "1:41:25", "title": "Genuary 13 - Something you’ve always wanted to learn" }, |
| 26 | + { "time": "1:53:21", "title": "Genuary 14 - Aesemic" }, |
| 27 | + { "time": "2:02:18", "title": "Genuary 15 - Sine Waves" }, |
| 28 | + { "time": "2:04:16", "title": "Genuary 16 - Reflection of a reflection" }, |
| 29 | + { "time": "2:13:44", "title": "Genuary 17 - A grid inside a grid inside a grid" }, |
30 | 30 | { "time": "2:21:25", "title": "Genuary 18 - Definitely not a grid" },
|
31 | 31 | { "time": "2:22:10", "title": "Genuary 19 - Black and white" },
|
32 | 32 | { "time": "2:25:25", "title": "Genuary 20 - Art Deco" },
|
|
44 | 44 | ],
|
45 | 45 | "codeExamples": [
|
46 | 46 | {
|
47 |
| - "title": "Genuary Repo", |
48 |
| - "description": "Respository with Genuary code", |
49 |
| - "image": "p5.jpg", |
| 47 | + "title": "Genuary Repository", |
| 48 | + "description": "Respository with the code from the Genuary speed run", |
| 49 | + "image": "genuary.jpg", |
50 | 50 | "urls": { "other": "https://github.com/CodingTrain/Genuary-2023" }
|
51 | 51 | }
|
52 | 52 | ],
|
|
67 | 67 | "description": "Genuary 2024"
|
68 | 68 | }
|
69 | 69 | ]
|
70 |
| - }, |
71 |
| - { |
72 |
| - "title": "Videos", |
73 |
| - "links": [ |
74 |
| - { |
75 |
| - "icon": "🚂", |
76 |
| - "title": "How to Set up A Node Project", |
77 |
| - "url": "/tracks/discord-bots/discord/setup-node-project", |
78 |
| - "description": "My tutorial about setting up a Node project." |
79 |
| - } |
80 |
| - ], |
81 |
| - "credits": [] |
82 | 70 | }
|
83 | 71 | ]
|
84 | 72 | }
|
0 commit comments