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
Hi, I'm currently working on making our Rust application compile to wasm32-unknown-unknown which entails getting rid of any C++ dependencies. I have managed to replace the Boost Voronoi with the excellent boostvoronoi.rs, but I have not yet found replacements for the following functionality from Boost Geometry:
Calculating the non-overlapping set of line segments
Boolean operations on sets of polygons (union, difference/not, non overlapping set)
These seem like a good fit for the geo library, but I didn't manage to find them in the library (perhaps I'm missing something). Are there any other crates that implement this functionality (geo-booleanop seemed promising, but it was supposedly buggy and not maintained). Thank you.
The text was updated successfully, but these errors were encountered:
Hi, I'm currently working on making our Rust application compile to wasm32-unknown-unknown which entails getting rid of any C++ dependencies. I have managed to replace the Boost Voronoi with the excellent boostvoronoi.rs, but I have not yet found replacements for the following functionality from Boost Geometry:
These seem like a good fit for the geo library, but I didn't manage to find them in the library (perhaps I'm missing something). Are there any other crates that implement this functionality (geo-booleanop
seemed promising, but it was supposedly buggy and not maintained). Thank you.
The text was updated successfully, but these errors were encountered: