|
39 | 39 | "codeExamples": [ |
40 | 40 | { |
41 | 41 | "title": "WFC Overlapping", |
42 | | - "description": "", |
| 42 | + "description": "The sketch implements the overlapping model.", |
43 | 43 | "image": "1.png", |
44 | 44 | "urls": { |
45 | 45 | "p5": "https://editor.p5js.org/codingtrain/sketches/PX0Hn6TF8" |
46 | 46 | } |
47 | 47 | }, |
48 | 48 | { |
49 | 49 | "title": "WFC Overlapping - Shannon entropy", |
50 | | - "description": "", |
51 | | - "image": "", |
| 50 | + "description": "This sketch adds Shannon entropy.", |
| 51 | + "image": "1.png", |
52 | 52 | "urls": { |
53 | 53 | "p5": "https://editor.p5js.org/codingtrain/sketches/PX0Hn6TF8" |
54 | 54 | } |
55 | 55 | }, |
56 | 56 | { |
57 | 57 | "title": "WFC Overlapping - Rotations and Reflections", |
58 | | - "description": "", |
59 | | - "image": "", |
| 58 | + "description": "This sketch adds tile rotations and reflections", |
| 59 | + "image": "1.png", |
60 | 60 | "urls": { |
61 | 61 | "p5": "https://editor.p5js.org/codingtrain/sketches/z_N2TVjRH" |
62 | 62 | } |
63 | 63 | }, |
64 | 64 | { |
65 | 65 | "title": "WFC Overlapping - Restart", |
66 | | - "description": "", |
67 | | - "image": "", |
| 66 | + "description": "This sketch restarts WFC if there are no more valid choices.", |
| 67 | + "image": "1.png", |
68 | 68 | "urls": { |
69 | 69 | "p5": "https://editor.p5js.org/codingtrain/sketches/2sV4KtcoD" |
70 | 70 | } |
71 | 71 | }, |
72 | 72 | { |
73 | 73 | "title": "WFC Overlapping - Refactored", |
74 | | - "description": "", |
75 | | - "image": "", |
| 74 | + "description": "This sketch refactors the code and adds performance enhancements.", |
| 75 | + "image": "1.png", |
76 | 76 | "urls": { |
77 | 77 | "p5": "https://editor.p5js.org/codingtrain/sketches/paJcuQLI0" |
78 | 78 | } |
|
162 | 162 | { |
163 | 163 | "icon": "🎥", |
164 | 164 | "title": "Array Functions: filter() - Topics of JavaScript/ES6", |
165 | | - "url": "/tracks/side-tracks/topics-in-native-javascript/js/array-filter", |
| 165 | + "url": "/tracks/topics-in-native-javascript/js/array-filter", |
166 | 166 | "description": "This video covers the JavaScript Array higher order function filter()." |
167 | 167 | }, |
168 | 168 | { |
|
0 commit comments