Skip to content

Commit

Permalink
point to polybool
Browse files Browse the repository at this point in the history
  • Loading branch information
velipso committed Mar 18, 2024
1 parent eb0908b commit 4b9d9ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Boolean operations on polygons (union, intersection, difference, xor).

NOTE: I am no longer maintaining this, but I have created a TypeScript version,
available here: [@velipso/polybool](https://github.com/velipso/polybool).

# Features

1. Clips polygons for all boolean operations
Expand All @@ -24,7 +27,6 @@ Boolean operations on polygons (union, intersection, difference, xor).

Other kind souls have ported this library:

* [TypeScript port](https://github.com/velipso/polybool) -- My initial stab at porting to TypeScript, still needs testing
* [Java port by @the3deers](https://github.com/the3deers/polybool-java)
* [Java port by @Menecats](https://github.com/Menecats/polybool-java)
* [.NET port by @idormenco](https://github.com/idormenco/PolyBool.Net)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polybooljs",
"version": "1.2.1",
"version": "1.2.2",
"description": "Boolean operations on polygons (union, intersection, difference, xor)",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 4b9d9ee

Please sign in to comment.