@thi.ng/geom 5.2.6 → 5.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -1
- package/README.md +2 -0
- package/package.json +22 -22
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -242,6 +242,7 @@ A selection:
|
|
|
242
242
|
|
|
243
243
|
| Screenshot | Description | Live demo | Source |
|
|
244
244
|
|:-----------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:------------------------------------------------------------|:-----------------------------------------------------------------------------------------|
|
|
245
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/canvas-recorder.png" width="240"/> | Self-modifying, animated typographic grid with emergent complex patterns | [Demo](https://demo.thi.ng/umbrella/canvas-recorder/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/canvas-recorder) |
|
|
245
246
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/fiber-basics.png" width="240"/> | Fiber-based cooperative multitasking basics | [Demo](https://demo.thi.ng/umbrella/fiber-basics/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/fiber-basics) |
|
|
246
247
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/geom-convex-hull.png" width="240"/> | Convex hull & shape clipping of 2D polygons | [Demo](https://demo.thi.ng/umbrella/geom-convex-hull/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/geom-convex-hull) |
|
|
247
248
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/geom/geom-fuzz.png" width="240"/> | geom-fuzz basic shape & fill examples | [Demo](https://demo.thi.ng/umbrella/geom-fuzz-basics/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/geom-fuzz-basics) |
|
|
@@ -256,6 +257,7 @@ A selection:
|
|
|
256
257
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/kmeans-viz.jpg" width="240"/> | k-means clustering visualization | [Demo](https://demo.thi.ng/umbrella/kmeans-viz/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/kmeans-viz) |
|
|
257
258
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/poisson/poisson.jpg" width="240"/> | 2D Poisson-disc sampler with procedural gradient map | [Demo](https://demo.thi.ng/umbrella/poisson-circles/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/poisson-circles) |
|
|
258
259
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/poly-spline.png" width="240"/> | Polygon to cubic curve conversion & visualization | [Demo](https://demo.thi.ng/umbrella/poly-spline/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/poly-spline) |
|
|
260
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/poly-subdiv.jpg" width="240"/> | Animated, iterative polygon subdivisions & visualization | [Demo](https://demo.thi.ng/umbrella/poly-subdiv/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/poly-subdiv) |
|
|
259
261
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rdom-canvas-basics.jpg" width="240"/> | Minimal rdom-canvas animation | [Demo](https://demo.thi.ng/umbrella/rdom-canvas-basics/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rdom-canvas-basics) |
|
|
260
262
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rotating-voronoi.jpg" width="240"/> | Animated Voronoi diagram, cubic splines & SVG download | [Demo](https://demo.thi.ng/umbrella/rotating-voronoi/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rotating-voronoi) |
|
|
261
263
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/scenegraph.png" width="240"/> | 2D scenegraph & shape picking | [Demo](https://demo.thi.ng/umbrella/scenegraph/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/scenegraph) |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/geom",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.8",
|
|
4
4
|
"description": "Functional, polymorphic API for 2D geometry types & SVG generation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -36,32 +36,32 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@thi.ng/api": "^8.9.5",
|
|
39
|
-
"@thi.ng/arrays": "^2.6.
|
|
40
|
-
"@thi.ng/associative": "^6.3.
|
|
39
|
+
"@thi.ng/arrays": "^2.6.2",
|
|
40
|
+
"@thi.ng/associative": "^6.3.10",
|
|
41
41
|
"@thi.ng/checks": "^3.4.5",
|
|
42
42
|
"@thi.ng/defmulti": "^3.0.0",
|
|
43
43
|
"@thi.ng/equiv": "^2.1.30",
|
|
44
44
|
"@thi.ng/errors": "^2.3.5",
|
|
45
|
-
"@thi.ng/geom-api": "^3.4.
|
|
46
|
-
"@thi.ng/geom-arc": "^2.1.
|
|
47
|
-
"@thi.ng/geom-clip-line": "^2.3.
|
|
48
|
-
"@thi.ng/geom-clip-poly": "^2.1.
|
|
49
|
-
"@thi.ng/geom-closest-point": "^2.1.
|
|
50
|
-
"@thi.ng/geom-hull": "^2.1.
|
|
51
|
-
"@thi.ng/geom-isec": "^2.1.
|
|
52
|
-
"@thi.ng/geom-poly-utils": "^2.3.
|
|
53
|
-
"@thi.ng/geom-resample": "^2.
|
|
54
|
-
"@thi.ng/geom-splines": "^2.2.
|
|
55
|
-
"@thi.ng/geom-subdiv-curve": "^2.1.
|
|
56
|
-
"@thi.ng/geom-tessellate": "^2.1.
|
|
45
|
+
"@thi.ng/geom-api": "^3.4.36",
|
|
46
|
+
"@thi.ng/geom-arc": "^2.1.79",
|
|
47
|
+
"@thi.ng/geom-clip-line": "^2.3.36",
|
|
48
|
+
"@thi.ng/geom-clip-poly": "^2.1.78",
|
|
49
|
+
"@thi.ng/geom-closest-point": "^2.1.74",
|
|
50
|
+
"@thi.ng/geom-hull": "^2.1.74",
|
|
51
|
+
"@thi.ng/geom-isec": "^2.1.78",
|
|
52
|
+
"@thi.ng/geom-poly-utils": "^2.3.62",
|
|
53
|
+
"@thi.ng/geom-resample": "^2.3.0",
|
|
54
|
+
"@thi.ng/geom-splines": "^2.2.53",
|
|
55
|
+
"@thi.ng/geom-subdiv-curve": "^2.1.78",
|
|
56
|
+
"@thi.ng/geom-tessellate": "^2.1.78",
|
|
57
57
|
"@thi.ng/hiccup": "^5.0.1",
|
|
58
|
-
"@thi.ng/hiccup-svg": "^5.0.
|
|
59
|
-
"@thi.ng/math": "^5.6.
|
|
60
|
-
"@thi.ng/matrices": "^2.1.
|
|
61
|
-
"@thi.ng/random": "^3.6.
|
|
58
|
+
"@thi.ng/hiccup-svg": "^5.0.24",
|
|
59
|
+
"@thi.ng/math": "^5.6.2",
|
|
60
|
+
"@thi.ng/matrices": "^2.1.76",
|
|
61
|
+
"@thi.ng/random": "^3.6.8",
|
|
62
62
|
"@thi.ng/strings": "^3.6.0",
|
|
63
|
-
"@thi.ng/transducers": "^8.
|
|
64
|
-
"@thi.ng/vectors": "^7.7.
|
|
63
|
+
"@thi.ng/transducers": "^8.8.1",
|
|
64
|
+
"@thi.ng/vectors": "^7.7.18"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@microsoft/api-extractor": "^7.36.4",
|
|
@@ -398,5 +398,5 @@
|
|
|
398
398
|
],
|
|
399
399
|
"year": 2013
|
|
400
400
|
},
|
|
401
|
-
"gitHead": "
|
|
401
|
+
"gitHead": "d492ecb41df758db372a76449ea9b5bad47b25c4\n"
|
|
402
402
|
}
|