-
Notifications
You must be signed in to change notification settings - Fork 11
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
Feature requests #9
Comments
Hi Wilrick, Thanks for taking interest in this project! We have written an extensive paper explaining the philosophy and inner workings behind For the time being, let me briefly go through your questions:
The
This could be interesting! There is a trait called
Could you elaborate what this would be useful for? Jeroen |
Hi Jeroen, Thanks for your answer! Very much looking forward to reading the paper once it's reviewed. I'll look into the initial points, definitely enough to continue with so thanks a lot for the info. Concerning babushka, I think I should have elaborated more on what I needed from it instead of the crate itself: it provides the option to fill polygons with holes with additional items. Considering you're working on a new strip-packing solution I'm curious if this is something you've considered in your approach. I'm working for a company based in the Netherlands focused on software for the manufacturing industry. Jagua-rs seems like a great fit for one of our software packages, so we're interested to see how this project continues in the future. If you're open to it we'd be glad to have a chat about our possible implementation and the use-case itself. Thanks again for your time and detailed answer! Wilrick |
As of now only simple polygons (no holes) are supported. I am currently finalizing the strip-packing algorithm so I will also not consider them here. (the academic world largely ignores them for some reason) However, I do recognize that this is an important feature to support. In fact, #5 is also requesting this. There are 3 main ways I can think of right now to implement this:
I'm not sure what the best approach would be, as they all have strengths and drawbacks.
I'd be down to have a chat about a possible implementation! Jeroen |
Hi,
First off, amazing work. Jagua-rs itself works great and is incredibly fast compared to other solutions. Working with the script, there are a few things we're looking at implementing and were wondering if these are on your radar, or if you would be able to offer any guidance so we're able to implement these features ourselves, happy to create pull requests if we're able to do so.
Many thanks,
Wilrick
The text was updated successfully, but these errors were encountered: