Skip to content

Commit 890c81c

Browse files
committed
description and other info
1 parent 96d02a5 commit 890c81c

File tree

1 file changed

+17
-11
lines changed
  • content/videos/challenges/183-mathematical-marbling

1 file changed

+17
-11
lines changed

content/videos/challenges/183-mathematical-marbling/index.json

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"title": "Mathematical Marbling",
33
"videoNumber": "183",
4-
"description": "Mathematical Marbling!",
5-
"videoId": "",
4+
"description": "In this coding challenge, I attempt to simulate the artistic process of paper marbling. The algorithm is based on the paper 'Mathematical Marbling' by S. Lu, A. Jaffer, X. Jin, H. Zhao, and X. Mao. The code is written in JavaScript using the p5.js library.",
5+
"videoId": "p7IGZTjC008",
66
"nebulaSlug": "codingtrain-coding-challenge-183-mathematical-marbling",
7-
"date": "2024-05-01",
7+
"date": "2024-05-02",
88
"languages": ["p5.js", "JavaScript"],
9-
"topics": ["mathematical marbling"],
9+
"topics": ["mathematical marbling", "fluid simulation"],
1010
"canContribute": true,
11-
"relatedChallenges": ["56-attraction-and-repulsion-forces", "124-flocking-simulation", "132-fluid-simulation", "177-soft-body-character"],
11+
"relatedChallenges": ["56-attraction-and-repulsion-forces", "102-2d-water-ripple", "132-fluid-simulation", "177-soft-body-character"],
1212
"timestamps": [
1313
{ "time": "0:00", "title": "Introduction" },
1414
{ "time": "1:47", "title": "Mathematical Marbling" },
@@ -67,7 +67,7 @@
6767
},
6868
{
6969
"title": "Marbling Combs",
70-
"description": "This example demonstrates adding a tineLine.",
70+
"description": "This example demonstrates adding tine lines.",
7171
"image": "tines.jpg",
7272
"urls": {
7373
"p5": "https://editor.p5js.org/codingtrain/sketches/kUPncgjvO"
@@ -83,15 +83,15 @@
8383
},
8484
{
8585
"title": "Marbling Raster Pixels - Image",
86-
"description": "This example demonstrates adding marbling to video.",
86+
"description": "This example demonstrates marbling the pixels of an image.",
8787
"image": "image.jpg",
8888
"urls": {
8989
"p5": "https://editor.p5js.org/codingtrain/sketches/nb5hSYsgX"
9090
}
9191
},
9292
{
9393
"title": "Marbling Raster Pixels - Video",
94-
"description": "This example demonstrates adding marbling to video.",
94+
"description": "This example demonstrates marbling the pixels of a video.",
9595
"image": "video.jpg",
9696
"urls": {
9797
"p5": "https://editor.p5js.org/codingtrain/sketches/kVyT302xf"
@@ -136,11 +136,17 @@
136136
"url": "https://blog.amandaghassaei.com/2022/10/25/digital-marbling/",
137137
"description": "Blog post about digital marbling by Amanda Ghassaei."
138138
},
139+
{
140+
"icon": "📄",
141+
"title": "Mathematical Marbling",
142+
"url": "https://doi.org/10.1109/MCG.2011.51",
143+
"description": "S. Lu, A. Jaffer, X. Jin, H. Zhao and X. Mao, in IEEE Computer Graphics and Applications, vol. 32, no. 6, pp. 26-35, Nov.-Dec. 2012"
144+
},
139145
{
140146
"icon": "🔗",
141-
"title": "The Mathematics of Marbling",
142-
"url": "https://people.csail.mit.edu/jaffer/Marbling/Mathematics",
143-
"description": "Article that discusses the mathematics of marbling."
147+
"title": "Mathematical Marbling",
148+
"url": "https://people.csail.mit.edu/jaffer/Marbling/",
149+
"description": "Posts that cover algorithms and mathematics of simulating paper marbling."
144150
}
145151
]
146152
},

0 commit comments

Comments
 (0)