@thi.ng/geom 4.2.3 → 4.2.4
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 +1 -0
- package/package.json +21 -21
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -238,6 +238,7 @@ A selection:
|
|
|
238
238
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/hiccup-canvas-arcs.png" width="240"/> | Animated arcs & drawing using hiccup-canvas | [Demo](https://demo.thi.ng/umbrella/hiccup-canvas-arcs/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/hiccup-canvas-arcs) |
|
|
239
239
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/imgui/imgui-all.png" width="240"/> | Canvas based Immediate Mode GUI components | [Demo](https://demo.thi.ng/umbrella/imgui/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/imgui) |
|
|
240
240
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/geom/geom-isoline.png" width="240"/> | Animated sine plasma effect visualized using contour lines | [Demo](https://demo.thi.ng/umbrella/iso-plasma/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/iso-plasma) |
|
|
241
|
+
| <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) |
|
|
241
242
|
| <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) |
|
|
242
243
|
| <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) |
|
|
243
244
|
| <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) |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/geom",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.4",
|
|
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.7.2",
|
|
39
|
-
"@thi.ng/arrays": "^2.5.
|
|
40
|
-
"@thi.ng/associative": "^6.2.
|
|
39
|
+
"@thi.ng/arrays": "^2.5.5",
|
|
40
|
+
"@thi.ng/associative": "^6.2.27",
|
|
41
41
|
"@thi.ng/checks": "^3.3.9",
|
|
42
42
|
"@thi.ng/defmulti": "^2.1.30",
|
|
43
43
|
"@thi.ng/equiv": "^2.1.19",
|
|
44
44
|
"@thi.ng/errors": "^2.2.11",
|
|
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.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.4",
|
|
46
|
+
"@thi.ng/geom-arc": "^2.1.47",
|
|
47
|
+
"@thi.ng/geom-clip-line": "^2.3.4",
|
|
48
|
+
"@thi.ng/geom-clip-poly": "^2.1.46",
|
|
49
|
+
"@thi.ng/geom-closest-point": "^2.1.43",
|
|
50
|
+
"@thi.ng/geom-hull": "^2.1.43",
|
|
51
|
+
"@thi.ng/geom-isec": "^2.1.46",
|
|
52
|
+
"@thi.ng/geom-poly-utils": "^2.3.30",
|
|
53
|
+
"@thi.ng/geom-resample": "^2.2.4",
|
|
54
|
+
"@thi.ng/geom-splines": "^2.2.21",
|
|
55
|
+
"@thi.ng/geom-subdiv-curve": "^2.1.46",
|
|
56
|
+
"@thi.ng/geom-tessellate": "^2.1.46",
|
|
57
57
|
"@thi.ng/hiccup": "^4.2.32",
|
|
58
|
-
"@thi.ng/hiccup-svg": "^4.3.
|
|
58
|
+
"@thi.ng/hiccup-svg": "^4.3.32",
|
|
59
59
|
"@thi.ng/math": "^5.4.3",
|
|
60
|
-
"@thi.ng/matrices": "^2.1.
|
|
61
|
-
"@thi.ng/random": "^3.3.
|
|
60
|
+
"@thi.ng/matrices": "^2.1.44",
|
|
61
|
+
"@thi.ng/random": "^3.3.25",
|
|
62
62
|
"@thi.ng/strings": "^3.3.26",
|
|
63
|
-
"@thi.ng/transducers": "^8.3.
|
|
64
|
-
"@thi.ng/vectors": "^7.6.
|
|
63
|
+
"@thi.ng/transducers": "^8.3.34",
|
|
64
|
+
"@thi.ng/vectors": "^7.6.3"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@microsoft/api-extractor": "^7.34.2",
|
|
@@ -386,5 +386,5 @@
|
|
|
386
386
|
"thi.ng": {
|
|
387
387
|
"year": 2013
|
|
388
388
|
},
|
|
389
|
-
"gitHead": "
|
|
389
|
+
"gitHead": "7896250248d960109253215c75b115c46626293e\n"
|
|
390
390
|
}
|