You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.