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

feat: Bin-packing refactor #10

Merged
merged 8 commits into from
Apr 25, 2024
Merged

feat: Bin-packing refactor #10

merged 8 commits into from
Apr 25, 2024

Conversation

aklinker1
Copy link
Owner

@aklinker1 aklinker1 commented Apr 25, 2024

Bin-packing changes:

  • Optimize for "space" remains unchanged
  • Optimize for "cuts" is WAY better at filling boards
  • Improved interface for adding more implementations
  • Added "visualizer" interface for visualizing the bin-packing algorithms step-by-step
  • Added an SVG visualizer for debugging unit tests

Other non-bin-packing related changes:

  • Abstracted onshape into a "loader" interface to add more in the future (CSV, fusion, etc)
  • Updated website title
  • Convert to an integrated monorepo so the NPM package doesn't have to be rebuilt for the website to use the latest code

@aklinker1 aklinker1 changed the title feat: Large bin-packing refactor feat: Bin-packing refactor Apr 25, 2024
@aklinker1 aklinker1 self-assigned this Apr 25, 2024
@aklinker1 aklinker1 merged commit 7536de2 into main Apr 25, 2024
@aklinker1 aklinker1 deleted the bin-packing-refactor branch April 25, 2024 03:11
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

Successfully merging this pull request may close these issues.

1 participant