2017 © Pedro Peláez
 

yii2-extension yii2-binpacking2d

BinPacking implementation in PHP

image

ptheofan/yii2-binpacking2d

BinPacking implementation in PHP

  • Sunday, October 5, 2014
  • by ptheofan
  • Repository
  • 1 Watchers
  • 1 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

yii2-binpacking2d

Implementation of BinPacking (2D) in PHP. This is ideal for generating spritesheets, etc. If you are looking for 2D/3D packing for cargo loading then you are looking for a far more extended version of this implementation., (*1)

  1. Found a bug? Make an issue
  2. Want to contribute? Make a pull request.
  3. You introduced new attributes such as weight? Make a pull request!
  4. Want BinPacking3D? Let's talk about it.

Things that would be nice to implement

  • Try to merge the nodes with neighboring nodes to create bigger rectangles. This will result in even tighter and better distribution.

Install via composer

"ptheofan/yii2-binpacking2d": "dev-master", (*2)

Find my at Packagist

https://packagist.org/packages/ptheofan/yii2-binpacking2d, (*3)

Have fun!, (*4)

The Versions

05/10 2014

dev-master

9999999-dev

BinPacking implementation in PHP

  Sources   Download

BSD-3-Clause

The Requires

 

by Paris Theofanidis

extension php yii2 binpacking