Skip to content

Commit 460c38e

Browse files
committed
adding Processing ports
1 parent 4b9d310 commit 460c38e

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

content/videos/challenges/171-wave-function-collapse/index.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,13 @@
3939
"description": "WFC PCB board generation pattern.",
4040
"image": "wfc.jpg",
4141
"urls": {
42-
"p5": "https://editor.p5js.org/codingtrain/sketches/_kbz6Xq7l"
42+
"p5": "https://editor.p5js.org/codingtrain/sketches/_kbz6Xq7l",
43+
"processing": "https://github.com/CodingTrain/Wave-Function-Collapse/tree/main/Processing/WFC_Tiled_Model"
4344
}
4445
},
4546
{
46-
"title": "Wave Function Collapse - Expanded",
47-
"description": "GitHub repo for expanded and corrected WFC PCB board example.",
47+
"title": "Wave Function Collapse - More!",
48+
"description": "GitHub repo for expanded and optimized Wave Function Collapse Code.",
4849
"image": "wfc.jpg",
4950
"urls": {
5051
"other": "https://github.com/CodingTrain/Wave-Function-Collapse"

content/videos/challenges/186-wfc-overlapping-model/index.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"codeExamples": [
4141
{
4242
"title": "Wave Function Collapse: Overlapping Model",
43-
"description": "Unoptimized code exactly matching the video.",
43+
"description": "Raw code exactly matching the video.",
4444
"image": "wfc.png",
4545
"urls": {
4646
"p5": "https://editor.p5js.org/codingtrain/sketches/SI0c2D_tQ"
@@ -67,7 +67,16 @@
6767
"description": "This sketch adds tile rotations and reflections",
6868
"image": "wfc_rot_reflect.png",
6969
"urls": {
70-
"p5": "https://editor.p5js.org/codingtrain/sketches/z_N2TVjRH"
70+
"p5": "https://editor.p5js.org/codingtrain/sketches/z_N2TVjRH",
71+
"processing": "https://github.com/CodingTrain/Wave-Function-Collapse/tree/main/Processing/WFC_Overlapping_Model"
72+
}
73+
},
74+
{
75+
"title": "Wave Function Collapse - More!",
76+
"description": "GitHub repo for expanded and optimized Wave Function Collapse Code.",
77+
"image": "wfc.png",
78+
"urls": {
79+
"other": "https://github.com/CodingTrain/Wave-Function-Collapse"
7180
}
7281
}
7382
],

0 commit comments

Comments
 (0)