Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```