|
32 | 32 | "codeExamples": [
|
33 | 33 | {
|
34 | 34 | "title": "Weighted Voronoi Stippling",
|
35 |
| - "description": "TBD", |
| 35 | + "description": "Implementation of weighted voronoi stippling.", |
36 | 36 | "image": "gloria_stipple.jpg",
|
37 | 37 | "urls": {
|
38 | 38 | "p5": "https://editor.p5js.org/codingtrain/sketches/AoH40T6fV"
|
39 | 39 | }
|
| 40 | + }, |
| 41 | + { |
| 42 | + "title": "Circumcircle", |
| 43 | + "description": "Sketch visualizing a circumcircle.", |
| 44 | + "image": "1.jpg", |
| 45 | + "urls": { |
| 46 | + "p5": "https://editor.p5js.org/codingtrain/sketches/eJnSI84Tw" |
| 47 | + } |
| 48 | + }, |
| 49 | + { |
| 50 | + "title": "CC 181: Voronoi Bouncing Points", |
| 51 | + "description": "Implementation of voroni showing points moving.", |
| 52 | + "image": "2.jpg", |
| 53 | + "urls": { |
| 54 | + "p5": "https://editor.p5js.org/codingtrain/sketches/GpeT1W8X1" |
| 55 | + } |
| 56 | + }, |
| 57 | + { |
| 58 | + "title": "CC 181: Voronoi Phyllotaxis", |
| 59 | + "description": "Implementation of voroni with the phyllotaxis algorithm.", |
| 60 | + "image": "3.jpg", |
| 61 | + "urls": { |
| 62 | + "p5": "https://editor.p5js.org/codingtrain/sketches/ydiZeUK8R" |
| 63 | + } |
| 64 | + }, |
| 65 | + { |
| 66 | + "title": "CC 181: Voronoi Area Mapped to Color", |
| 67 | + "description": "Sketch demonstrating how to map voronoi area to color.", |
| 68 | + "image": "4.jpg", |
| 69 | + "urls": { |
| 70 | + "p5": "https://editor.p5js.org/codingtrain/sketches/opmU_UQqg" |
| 71 | + } |
| 72 | + }, |
| 73 | + { |
| 74 | + "title": "CC 181 Weighted Stippling - Abstract Pattern", |
| 75 | + "description": "Implementation of weighted stippling on an image generating from noise.", |
| 76 | + "image": "5.jpg", |
| 77 | + "urls": { |
| 78 | + "p5": "https://editor.p5js.org/codingtrain/sketches/9ntWWLXqA" |
| 79 | + } |
| 80 | + }, |
| 81 | + { |
| 82 | + "title": "CC 181 Weighted Stippling - video", |
| 83 | + "description": "Implementation of voroni stippling on video.", |
| 84 | + "image": "", |
| 85 | + "urls": { |
| 86 | + "p5": "https://editor.p5js.org/codingtrain/sketches/bH_LhAYG3" |
| 87 | + } |
40 | 88 | }
|
41 | 89 | ],
|
42 | 90 | "groupLinks": [
|
|
80 | 128 | "links": [
|
81 | 129 | {
|
82 | 130 | "icon": "🚂",
|
83 |
| - "title": "Pxiel Array", |
| 131 | + "title": "Pixel Array", |
84 | 132 | "url": "/tracks/pixels/more-p5/pixel-array",
|
85 |
| - "description": "his video looks at how to access the pixels of an HTML5 canvas in p5.js." |
| 133 | + "description": "This video looks at how to access the pixels of an HTML5 canvas in p5.js." |
86 | 134 | }
|
87 | 135 | ]
|
88 | 136 | }
|
|
0 commit comments