Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 575 Bytes

File metadata and controls

18 lines (12 loc) · 575 Bytes

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