@thi.ng/geom 4.2.3 → 4.2.5

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +1 -0
  3. package/package.json +23 -23
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-02-10T14:03:10Z
3
+ - **Last updated**: 2023-02-17T20:06:13Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
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",
3
+ "version": "4.2.5",
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.4",
40
- "@thi.ng/associative": "^6.2.26",
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.3",
46
- "@thi.ng/geom-arc": "^2.1.46",
47
- "@thi.ng/geom-clip-line": "^2.3.3",
48
- "@thi.ng/geom-clip-poly": "^2.1.45",
49
- "@thi.ng/geom-closest-point": "^2.1.42",
50
- "@thi.ng/geom-hull": "^2.1.42",
51
- "@thi.ng/geom-isec": "^2.1.45",
52
- "@thi.ng/geom-poly-utils": "^2.3.29",
53
- "@thi.ng/geom-resample": "^2.2.3",
54
- "@thi.ng/geom-splines": "^2.2.20",
55
- "@thi.ng/geom-subdiv-curve": "^2.1.45",
56
- "@thi.ng/geom-tessellate": "^2.1.45",
57
- "@thi.ng/hiccup": "^4.2.32",
58
- "@thi.ng/hiccup-svg": "^4.3.31",
45
+ "@thi.ng/geom-api": "^3.4.5",
46
+ "@thi.ng/geom-arc": "^2.1.48",
47
+ "@thi.ng/geom-clip-line": "^2.3.5",
48
+ "@thi.ng/geom-clip-poly": "^2.1.47",
49
+ "@thi.ng/geom-closest-point": "^2.1.44",
50
+ "@thi.ng/geom-hull": "^2.1.44",
51
+ "@thi.ng/geom-isec": "^2.1.47",
52
+ "@thi.ng/geom-poly-utils": "^2.3.31",
53
+ "@thi.ng/geom-resample": "^2.2.5",
54
+ "@thi.ng/geom-splines": "^2.2.22",
55
+ "@thi.ng/geom-subdiv-curve": "^2.1.47",
56
+ "@thi.ng/geom-tessellate": "^2.1.47",
57
+ "@thi.ng/hiccup": "^4.2.33",
58
+ "@thi.ng/hiccup-svg": "^4.3.33",
59
59
  "@thi.ng/math": "^5.4.3",
60
- "@thi.ng/matrices": "^2.1.43",
61
- "@thi.ng/random": "^3.3.24",
62
- "@thi.ng/strings": "^3.3.26",
63
- "@thi.ng/transducers": "^8.3.33",
64
- "@thi.ng/vectors": "^7.6.2"
60
+ "@thi.ng/matrices": "^2.1.45",
61
+ "@thi.ng/random": "^3.3.25",
62
+ "@thi.ng/strings": "^3.4.0",
63
+ "@thi.ng/transducers": "^8.3.34",
64
+ "@thi.ng/vectors": "^7.6.4"
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": "cafa4ecea90fb681949dc3885a5bd6ddefa38b51\n"
389
+ "gitHead": "060a3a69281094df70be0e4f326a0ac3bbc3dd1d\n"
390
390
  }