Skip to content

Commit e29b5c7

Browse files
committed
Create index.json
1 parent 849c4b8 commit e29b5c7

File tree

1 file changed

+180
-0
lines changed

1 file changed

+180
-0
lines changed
Lines changed: 180 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,180 @@
1+
{
2+
"title": "Genuary 2025 Speed Run",
3+
"description": "My speed run through all of the Genuary 2025 prompts.",
4+
"videoId": "c1BPd8omBro",
5+
"date": "2025-02-4",
6+
"languages": ["Javascript", "Processing"],
7+
"topics": ["Genuary"],
8+
"canContribute": true,
9+
"relatedChallenges": ["54-islamic-star-patterns", "137-4d-opensimplex-noise-loop"],
10+
"timestamps": [
11+
{
12+
"time": "0:00:00",
13+
"title": "Livestream starts"
14+
},
15+
{
16+
"time": "",
17+
"title": "Timer starts"
18+
},
19+
{
20+
"time": "",
21+
"title": "Genuary 1 - Vertical or horizontal lines only"
22+
},
23+
{
24+
"time": "",
25+
"title": "Genuary 2 - Layers upon layers upon layers"
26+
},
27+
{
28+
"time": "",
29+
"title": "Genuary 3 - Exactly 42 lines of code"
30+
},
31+
{
32+
"time": "",
33+
"title": "Genuary 4 - Black on black"
34+
},
35+
{
36+
"time": "",
37+
"title": "Genuary 5 - Isometric Art (No vanishing points)"
38+
},
39+
{
40+
"time": "",
41+
"title": "Genuary 6 - Make a landscape using only primitive shapes"
42+
},
43+
{
44+
"time": "",
45+
"title": "Genuary 7 - Use software that is not intended to create art or images"
46+
},
47+
{
48+
"time": "",
49+
"title": "Genuary 8 - Draw one million of something"
50+
},
51+
{
52+
"time": "",
53+
"title": "Genuary 9 - The textile design patterns of public transport seating"
54+
},
55+
{
56+
"time": "1:16:01",
57+
"title": "Genuary 10 - You can only use TAU in your code, no other number allowed"
58+
},
59+
{
60+
"time": "",
61+
"title": "Genuary 11 - Impossible day"
62+
},
63+
{
64+
"time": "1:33:30",
65+
"title": "Genuary 12 - Subdivision"
66+
},
67+
{
68+
"time": "",
69+
"title": "Genuary 13 - Triangles and nothing else"
70+
},
71+
{
72+
"time": "",
73+
"title": "Genuary 14 - Pure black and white. No gray"
74+
},
75+
{
76+
"time": "",
77+
"title": "Genuary 15 - Design a rug"
78+
},
79+
{
80+
"time": "",
81+
"title": "Genuary 16 - Generative palette"
82+
},
83+
{
84+
"time": "",
85+
"title": "Genuary 17 - What happens if pi=4?"
86+
},
87+
{
88+
"time": "",
89+
"title": "Genuary 18 - What does wind look like?"
90+
},
91+
{
92+
"time": "",
93+
"title": "Genuary 19 - Op Art"
94+
},
95+
{
96+
"time": "",
97+
"title": "Genuary 20 - Generative Architecture"
98+
},
99+
{
100+
"time": "",
101+
"title": "Genuary 21 - Create a collision detection system (no libraries allowed)"
102+
},
103+
{
104+
"time": "",
105+
"title": "Genuary 22 - Gradients only"
106+
},
107+
{
108+
"time": "",
109+
"title": "Genuary 23 - Inspired by brutalism"
110+
},
111+
{
112+
"time": "",
113+
"title": "Genuary 24 - Geometric art - pick either a circle, rectangle, or triangle"
114+
},
115+
{
116+
"time": "",
117+
"title": "Genuary 25 - One line that may or may not intersect itself"
118+
},
119+
{
120+
"time": "",
121+
"title": "Genuary 26 - Symmetry"
122+
},
123+
{
124+
"time": "",
125+
"title": "Genuary 27 - Make something interesting with no randomness or noise or trig "
126+
},
127+
{
128+
"time": "",
129+
"title": "Genuary 28 - Infinite Scroll"
130+
},
131+
{
132+
"time": "",
133+
"title": "Genuary 29 - Grid-based graphic design"
134+
},
135+
{
136+
"time": "",
137+
"title": "Genuary 30 - Abstract map"
138+
},
139+
{
140+
"time": "",
141+
"title": "Genuary 31 - Pixel sorting"
142+
}
143+
],
144+
"codeExamples": [
145+
{
146+
"title": "Genuary 2025 Repository",
147+
"description": "Repository with links to the p5 sketches from the Genuary speed run",
148+
"image": "genuary.jpg",
149+
"urls": {
150+
"other": "https://github.com/CodingTrain/genuary-2025"
151+
}
152+
}
153+
],
154+
"groupLinks": [
155+
{
156+
"title": "References",
157+
"links": [
158+
{
159+
"icon": "πŸ”—",
160+
"title": "Genuary 2025",
161+
"url": "https://genuary.art/prompts#",
162+
"description": "Genuary 2023 Prompts"
163+
},
164+
{
165+
"icon": "πŸ”—",
166+
"title": "Genuary 2024",
167+
"url": "https://genuary.art/2024/",
168+
"description": "Genuary 2024"
169+
},
170+
{
171+
"icon": "πŸ”—",
172+
"title": "Genuary 2023",
173+
"url": "https://genuary.art/2023/",
174+
"description": "Genuary 2023 Prompts"
175+
}
176+
]
177+
}
178+
],
179+
"credits": []
180+
}

0 commit comments

Comments
Β (0)