Skip to content

Commit 7364c3a

Browse files
authored
Uploading the folder with marbling challenge
1 parent cff0369 commit 7364c3a

File tree

2 files changed

+68
-0
lines changed

2 files changed

+68
-0
lines changed
275 KB
Loading
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"title": "Mathematical Marbling",
3+
"videoNumber": "183",
4+
"description": "",
5+
"videoId": "",
6+
"nebulaSlug": "codingtrain-coding-challenge-183-mathematical-marbling",
7+
"date": "2024-04-00",
8+
"languages": ["p5.js", "JavaScript"],
9+
"topics": ["mathematical marbling"],
10+
"canContribute": true,
11+
"relatedChallenges": [
12+
"19-superellipse",
13+
"56-attraction-and-repulsion-forces",
14+
"124-flocking-simulation",
15+
"132-fluid-simulation",
16+
"177-soft-body-character"
17+
],
18+
"timestamps": [
19+
{ "time": "0:00", "title": "Introduction" },
20+
{ "time": "0:00", "title": "" },
21+
{ "time": "0:00", "title": "Outro" }
22+
],
23+
"codeExamples": [
24+
{
25+
"title": "Mathematical Marbling",
26+
"description": "Implementation of mathematical marbling",
27+
"image": "img1.png",
28+
"urls": {
29+
"p5": "https://editor.p5js.org/codingtrain/sketches/fsw-rJrpr"
30+
}
31+
}
32+
],
33+
"groupLinks": [
34+
{
35+
"title": "References",
36+
"links": [
37+
{
38+
"icon": "πŸ”—",
39+
"title": "Digital Marbling",
40+
"url": "https://blog.amandaghassaei.com/2022/10/25/digital-marbling/",
41+
"description": "Blog post about digital marbling by Amanda Ghassaei."
42+
},
43+
{
44+
"icon": "πŸ”—",
45+
"title": "The Mathematics of Marbling",
46+
"url": "https://people.csail.mit.edu/jaffer/Marbling/Mathematics",
47+
"description": "Article that discusses the mathematics of marbling."
48+
},
49+
{
50+
"icon": "πŸ”—",
51+
"title": "",
52+
"url": "",
53+
"description": ""
54+
}
55+
]
56+
}
57+
],
58+
"credits": [
59+
{
60+
"title": "Editing",
61+
"name": "Mathieu Blanchette"
62+
},
63+
{
64+
"title": "Animations",
65+
"name": "Jason Heglund"
66+
}
67+
]
68+
}

0 commit comments

Comments
Β (0)