Skip to content

Commit

Permalink
adding reference to paul merrell's Model Synthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
shiffman authored Sep 20, 2023
1 parent eb5f64a commit 39d70ff
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "Wave Function Collapse",
"description": "Straight out of quantum mechanics, Wave Function Collapse is an algorithm for procedural generation of images. In this video (recorded over 3 live streams) I attempt the tiled model and explore a variety of solutions to the algorithm in JavaScript with p5.js.",
"description": "Straight out of quantum mechanics, Wave Function Collapse is an algorithm for procedural generation of images. In this video (recorded over 3 live streams) I attempt the tiled model and explore a variety of solutions to the algorithm in JavaScript with p5.js. Also, check out WFC's predecessor: Model Synthesis (more info below).",
"videoNumber": "171",
"videoId": "rI_y2GAlQFM",
"nebulaSlug": "codingtrain-coding-challenge-171-wave-function-collapse",
Expand Down Expand Up @@ -67,6 +67,12 @@
"url": "https://github.com/mxgmn/WaveFunctionCollapse",
"description": "The original GitHub repository from mxgmn for the Wave Function Collapse algorithm."
},
{
"icon": "🗄",
"title": "Model Synthesis",
"url": "https://paulmerrell.org/model-synthesis/",
"description": "Paul Merrell's 2009 PhD Thesis that is a predecessor to WFC."
},
{
"icon": "📣",
"title": "​Wave Collapse Function algorithm in Processing",
Expand Down

0 comments on commit 39d70ff

Please sign in to comment.