https://github.com/nagan319/packing-util
https://github.com/nagan319/packing-util
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nagan319/packing-util
- Owner: nagan319
- Created: 2024-05-19T19:31:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-19T23:00:57.000Z (about 1 year ago)
- Last Synced: 2025-02-13T10:25:56.899Z (4 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Python module for solving 2D irregular packing problem.
Based on 2D-irregular-packing-algorithm by seanys with heavy refactoring and optimization.