Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/francescozoccheddu/2d-bin-packing
2D bin packing algorithm
https://github.com/francescozoccheddu/2d-bin-packing
2d algorithm bin-packing library typescript
Last synced: about 2 hours ago
JSON representation
2D bin packing algorithm
- Host: GitHub
- URL: https://github.com/francescozoccheddu/2d-bin-packing
- Owner: francescozoccheddu
- License: mit
- Created: 2024-02-03T21:01:38.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-09T15:56:04.000Z (9 months ago)
- Last Synced: 2024-10-13T22:04:40.632Z (about 1 month ago)
- Topics: 2d, algorithm, bin-packing, library, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@francescozoccheddu/2d-bin-packing
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2d-bin-packing
2D bin packing algorithm written in Typescript.## Installation
Run
```shell
npm i -g @francescozoccheddu/2d-bin-packing
```## Usage
Run the included [example](/example):
```shell
npm run run-example
```