rect_packer

Crates.iorect_packer
lib.rsrect_packer
version0.2.1
sourcesrc
created_at2016-07-17 20:29:05.877359
updated_at2017-09-22 20:11:21.390342
descriptionA rectangle packing library. Heavily tested with random data to ensure that it always produces correct result.
homepagehttps://github.com/kryptan/rect_packer
repositoryhttps://github.com/kryptan/rect_packer.git
max_upload_size
id5697
size24,030
(kryptan)

documentation

https://docs.rs/rect_packer/

README

rect-packer Build Status

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

Crates.io package

Skyline packer


MIT License

Commit count: 140

cargo fmt