Skip to content

Commit b9ea5cf

Browse files
authored
Merge pull request #1338 from kfahn22/genuary-livestream
Add Genuary livestream to CT live track
2 parents 3a30efa + 5a2cfc0 commit b9ea5cf

File tree

3 files changed

+74
-1
lines changed

3 files changed

+74
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"title": "Coding Train Live!",
33
"description": "This side track is a collection of select livestreams.",
4-
"videos": ["livestreams/sentence-embeddings/clustering-sentence-embeddings"]
4+
"videos": ["livestreams/sentence-embeddings/clustering-sentence-embeddings", "livestreams/genuary"]
55
}
136 KB
Loading
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
{
2+
"title": "Genuary 2023 Speed Run",
3+
"description": "My speed run through all of the Genuary 2023 prompts.",
4+
"videoId": "QyGG15J9bAc",
5+
"date": "2023-01-30",
6+
"languages": ["Javascript", "Processing"],
7+
"topics": ["Genuary"],
8+
"canContribute": true,
9+
"relatedChallenges": ["14-fractal-trees-recursive", "135-making-a-gif-loop-in-processing"],
10+
"timestamps": [
11+
{ "time": "0:00:00", "title": "Livestream starts" },
12+
{ "time": "0:20:14", "title": "Timer starts" },
13+
{ "time": "0:20:32", "title": "Genuary 1 - Perfect GIF loop" },
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+
{ "time": "2:21:25", "title": "Genuary 18 - Definitely not a grid" },
31+
{ "time": "2:22:10", "title": "Genuary 19 - Black and white" },
32+
{ "time": "2:25:25", "title": "Genuary 20 - Art Deco" },
33+
{ "time": "2:28:27", "title": "Genuary 21 - Persian Rug" },
34+
{ "time": "2:41:14", "title": "Genuary 22 - Shadows" },
35+
{ "time": "2:46:00", "title": "Genuary 23 - More Moiré" },
36+
{ "time": "2:50:55", "title": "Genuary 24 - Textile" },
37+
{ "time": "3:01:37", "title": "Genuary 25 - Yayoi Kusama" },
38+
{ "time": "3:13:12", "title": "Genuary 26 - My kid could have made that" },
39+
{ "time": "3:15:10", "title": "Genuary 27 - In the style of Hilma Af Klint" },
40+
{ "time": "3:21:54", "title": "Genuary 28 - Generative poetry" },
41+
{ "time": "3:35:00", "title": "Genuary 29 - Maximalism" },
42+
{ "time": "3:47:30", "title": "Genuary 30 - Minimalism" },
43+
{ "time": "3:49:01", "title": "Genuary 31 - Deliberately break one of your previous images" }
44+
],
45+
"codeExamples": [
46+
{
47+
"title": "Genuary Repository",
48+
"description": "Respository with the code from the Genuary speed run",
49+
"image": "genuary.jpg",
50+
"urls": { "other": "https://github.com/CodingTrain/Genuary-2023" }
51+
}
52+
],
53+
"groupLinks": [
54+
{
55+
"title": "References",
56+
"links": [
57+
{
58+
"icon": "🔗",
59+
"title": "Genuary 2023",
60+
"url": "https://genuary.art/2023/",
61+
"description": "Genuary 2023 Prompts"
62+
},
63+
{
64+
"icon": "🔗",
65+
"title": "Genuary 2024",
66+
"url": "https://genuary.art",
67+
"description": "Genuary 2024"
68+
}
69+
]
70+
}
71+
],
72+
"credits": []
73+
}

0 commit comments

Comments
 (0)