Skip to content

Commit 121e8ea

Browse files
committed
Add timecodes
1 parent 268920c commit 121e8ea

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"title": "Genuary",
3+
"description": "",
4+
"videoId": "",
5+
"date": "2023-1-04",
6+
"languages": ["P5.js", "processing"],
7+
"topics": ["Genuary"],
8+
"canContribute": true,
9+
"relatedChallenges": [],
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": "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" },
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 Repo",
48+
"description": "Respository with Genuary code",
49+
"image": "p5.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+
"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+
}
83+
]
84+
}

0 commit comments

Comments
Β (0)