Skip to content

Commit 20fad67

Browse files
authored
Update README.MD
1 parent 27f8375 commit 20fad67

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.MD

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Java port of [https://github.com/velipso/polybooljs](https://github.com/velipso/polybooljs).
44

5+
⚠️ **Note**: The original project is now maintained at [https://github.com/velipso/polybool](https://github.com/velipso/polybool).
6+
57
Boolean operations on polygons (union, intersection, difference, xor).
68

79
# Features
@@ -14,6 +16,21 @@ Boolean operations on polygons (union, intersection, difference, xor).
1416
5. Provides an API for constructing efficient sequences of operations
1517
6. Support for GeoJSON `"Polygon"` and `"MultiPolygon"` types (experimental)
1618

19+
# Ports
20+
21+
Below is a list of known ports of PolyBool into different programming languages and environments.
22+
If you are looking for the most up-to-date list, please always refer to the main project.
23+
24+
- [🧭 Typescript (current/original implementation) by @velipso](https://github.com/velipso/polybool)
25+
- [🧭 Javascript (legacy/original implementation) by @velipso](https://github.com/velipso/polybooljs)
26+
- [Flutter/Dart port by @mohammedX6](https://github.com/mohammedX6/poly_bool_dart)
27+
- [Java port by @the3deers](https://github.com/the3deers/polybool-java)
28+
- [Kotlin port by @StefanOltmann](https://github.com/StefanOltmann/polybool-kotlin)
29+
- [.NET port by @idormenco](https://github.com/idormenco/PolyBool.Net)
30+
- [Python port by @KaivnD](https://github.com/KaivnD/pypolybool)
31+
- [Roblox (Luau/Typescript) port by @codyduong](https://github.com/codyduong/rbxts-polybool)
32+
- ⚠️ This list may not always be up-to-date. For the latest maintained list, please check the [main project’s README](https://github.com/velipso/polybool/blob/main/README.md#ports).
33+
1734
# Installing
1835

1936
To use polybool-java, you need to use the following Maven dependency:
@@ -308,4 +325,4 @@ PolyBool: Zero-length segment detected; your epsilon is probably too small or to
308325
## Experimental Epsilon changes
309326

310327
There is an `ExperimentalEpsilon` class that implements some experimantal changes from the
311-
PR [#8](https://github.com/velipso/polybooljs/pull/8) that aims to fix some bugs, but is not fully tested.
328+
PR [#8](https://github.com/velipso/polybooljs/pull/8) that aims to fix some bugs, but is not fully tested.

0 commit comments

Comments
 (0)