anguelos / rpack

pack rectangles of different sizes into an area as small as possible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rpack

rpack is a little library for packing rectangles of different sizes into a bigger rectangle as efficiently as possible

it works with python 2.7.6, and probably with 3.x as well, but it is not tested with 3.x yet, because i did the early tests with pyglet.

rpack has no dependencies right now if you want to run the example, you need to install pyglet

About

pack rectangles of different sizes into an area as small as possible


Languages

Language:Python 100.0%