You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5. Provides an API for constructing efficient sequences of operations
15
17
6. Support for GeoJSON `"Polygon"` and `"MultiPolygon"` types (experimental)
16
18
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
+
17
34
# Installing
18
35
19
36
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
308
325
## Experimental Epsilon changes
309
326
310
327
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