Skip to content

v0.7.0: Typescript SDK and NumPy vectorization of geometric queries.#17

Merged
ZigaSajovic merged 3 commits intomainfrom
develop
Feb 28, 2026
Merged

v0.7.0: Typescript SDK and NumPy vectorization of geometric queries.#17
ZigaSajovic merged 3 commits intomainfrom
develop

Conversation

@ZigaSajovic
Copy link
Contributor

No description provided.

… examples

- Complete TypeScript bindings: clean, geometry, topology, reindex, remesh, spatial, cut, intersect, io
- PointCloud form type, IndexMap, NDArray improvements (isNaN, multi-axis take, arange)
- Full TypeScript documentation site with getting-started, module reference, examples
- Live examples ported to pure TypeScript SDK
- Moved wasm-examples into docs/
- C++ fixes: boolean classification for near-coplanar faces, signed distance query, split_earcut fix, on-vertex scalar field intersections

Closes #7
Closes #15
…tten documentation

- Primitive base class (Point, Segment, Triangle, Ray, Line, Plane, AABB, Polygon) with batch broadcasting
- Unified prim_dispatch replaces per-combination C++ bindings (28 functions cover all prim x prim)
- All spatial ops (distance, intersects, ray_cast, neighbor_search, closest_point_pair) accept any Primitive
- Batch ray_cast with element IDs and per-ray config arrays
- Raycast render example
- Rewritten Python SDK docs: core, spatial, geometry modules
- C++ fixes: MSVC warnings, scalar field intersection vertex snapping

Closes #16
@ZigaSajovic ZigaSajovic merged commit 2aaf860 into main Feb 28, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant