Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing geometric algorithms #712

Closed
stijn-ucrowds opened this issue Jan 20, 2022 · 2 comments
Closed

Missing geometric algorithms #712

stijn-ucrowds opened this issue Jan 20, 2022 · 2 comments

Comments

@stijn-ucrowds
Copy link

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.

@stijn-ucrowds stijn-ucrowds changed the title Geometric Missing geometric algorithms Jan 20, 2022
@michaelkirk
Copy link
Member

michaelkirk commented Jan 20, 2022

related #620

Short answer: as far as I know, geo-booleanop is currently the best pure rust solution that I know of.

Also related #80, #81,

@michaelkirk
Copy link
Member

I think this was more of a support request, so I'm going to close this now that it's been answered.

It seems like if there were an implicit feature request in there, it's covered by the aforementioned issues.

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

No branches or pull requests

2 participants