rect_packer 0.1.1

A rectangle packing library. Heavily tested with random data to ensure that it always produces correct result.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
rect-packer [![Build Status]][Travis CI]
========
Pack multiple rectangles into a larger one. Can be used for packing sprites into a
texture for 2d games. Uses skyline heuristic. Heavily tested with random data to ensure
that it always produces correct result.

[Documentation](https://docs.rs/rect_packer/)

[Crates.io package](https://crates.io/crates/rect_packer)

![Skyline packer](./example-packing.png)

--------

[MIT License](LICENSE)

[Build Status]: https://travis-ci.org/kryptan/rect_packer.svg?branch=master
[Travis CI]: https://travis-ci.org/kryptan/rect_packer