@jgphilpott/polytree 0.1.0 → 0.1.1

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 (2) hide show
  1. package/README.md +8 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,6 +2,12 @@
2
2
  <img width="321" height="321" src="https://raw.githubusercontent.com/jgphilpott/polytree/polytree/icon.png" alt="Polytree Icon">
3
3
  </p>
4
4
 
5
+ <p align="center">
6
+ <a href="https://github.com/jgphilpott/polytree/actions"><img src="https://github.com/jgphilpott/polytree/actions/workflows/nodejs.yml/badge.svg" alt="Polytree Tests"></a>
7
+ <a href="https://badge.fury.io/js/@jgphilpott%2Fpolytree"><img src="https://badge.fury.io/js/@jgphilpott%2Fpolytree.svg" alt="npm version"></a>
8
+ <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-green.svg" alt="License: MIT"></a>
9
+ </p>
10
+
5
11
  # Polytree
6
12
 
7
13
  <details open>
@@ -27,7 +33,7 @@ Polytree goes beyond traditional CSG libraries by providing a comprehensive suit
27
33
  - **Lightweight**: Minimal dependencies with efficient memory usage.
28
34
  - **Three.js Integration**: Direct mesh-to-mesh operations and spatial queries with material preservation.
29
35
  - **Well Documented**: Comprehensive API documentation and interactive examples.
30
- - **Robust Testing**: 490+ tests ensuring reliability across edge cases.
36
+ - **Robust Testing**: 500+ tests ensuring reliability across edge cases.
31
37
 
32
38
  </details>
33
39
 
@@ -428,7 +434,7 @@ Polytree is designed for high-performance CSG operations:
428
434
  - **Memory Efficient**: Smart resource management with cleanup methods and automatic temporary object disposal.
429
435
  - **Unified Architecture**: CSG operations + spatial queries in one optimized library, eliminating the need for multiple tools.
430
436
  - **Multi-Input Support**: Functions work directly with Three.js meshes, geometries, and Polytree instances without manual conversion.
431
- - **Comprehensive Testing**: 490+ test cases ensuring reliability and performance across all operations.
437
+ - **Comprehensive Testing**: 500+ test cases ensuring reliability and performance across all operations.
432
438
  - **Async Support**: Non-blocking operations for smooth user experiences.
433
439
  - **Minimal Dependencies**: Only Three.js as a dependency for lightweight integration.
434
440
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jgphilpott/polytree",
3
- "version": "0.1.0",
4
- "description": "A Constructive Solid Geometry (CSG) library using Octree data structure.",
3
+ "version": "0.1.1",
4
+ "description": "A modern, high-performance spatial querying library designed specifically for three.js and Node.",
5
5
  "funding": "https://github.com/sponsors/jgphilpott",
6
6
  "main": "polytree.bundle.js",
7
7
  "exports": {
@@ -45,7 +45,7 @@
45
45
  "homepage": "https://github.com/jgphilpott/polytree#readme",
46
46
  "devDependencies": {
47
47
  "coffeescript": "^2.7.0",
48
- "jest": "^30.1.3",
48
+ "jest": "^30.2.0",
49
49
  "uglify-js": "^3.19.3"
50
50
  },
51
51
  "dependencies": {