@jgphilpott/polytree 0.1.7 → 0.1.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/README.md +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img width="
|
|
2
|
+
<img width="183" height="183" src="https://raw.githubusercontent.com/jgphilpott/polytree/polytree/icon.png" alt="Polytree Icon">
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
<summary><h2 style="display:inline">Intro</h2></summary>
|
|
16
16
|
|
|
17
|
-
**Polytree** is a modern, high-performance spatial querying and Constructive Solid Geometry (CSG) library for JavaScript and Node.js. Built on an efficient [Octree data structure](https://en.wikipedia.org/wiki/Octree), it is designed for advanced 3D modeling, mesh analysis, geometric search, and seamless integration with [three.js](https://github.com/mrdoob/three.js).
|
|
17
|
+
**Polytree** is a modern, high-performance, spatial querying and Constructive Solid Geometry (CSG) library for JavaScript and Node.js. Built on an efficient [Octree data structure](https://en.wikipedia.org/wiki/Octree), it is designed for advanced 3D modeling, mesh analysis, geometric search, and seamless integration with [three.js](https://github.com/mrdoob/three.js).
|
|
18
18
|
|
|
19
19
|
Polytree goes beyond traditional CSG libraries by providing a comprehensive suite of spatial query functions—such as closest point, distance field, intersection testing, layer slicing, and volume analysis—making it ideal for 3D printing, CAD, simulation, and mesh analysis applications.
|
|
20
20
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jgphilpott/polytree",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "A modern, high-performance spatial querying library
|
|
3
|
+
"version": "0.1.8",
|
|
4
|
+
"description": "A modern, high-performance, spatial querying library.",
|
|
5
5
|
"funding": "https://github.com/sponsors/jgphilpott",
|
|
6
6
|
"main": "polytree.bundle.js",
|
|
7
7
|
"exports": {
|
|
@@ -58,13 +58,13 @@
|
|
|
58
58
|
"homepage": "https://github.com/jgphilpott/polytree#readme",
|
|
59
59
|
"module": "polytree.bundle.browser.esm.js",
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"baseline-browser-mapping": "^2.
|
|
61
|
+
"baseline-browser-mapping": "^2.10.0",
|
|
62
62
|
"coffeescript": "^2.7.0",
|
|
63
63
|
"esbuild": "^0.27.3",
|
|
64
64
|
"jest": "^30.2.0",
|
|
65
65
|
"uglify-js": "^3.19.3"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"three": "^0.183.
|
|
68
|
+
"three": "^0.183.2"
|
|
69
69
|
}
|
|
70
70
|
}
|