/ManaBattery.MB.RectangleBinPack

Rectangular bin packing often used for texture atlas creation.

Primary LanguageC#The UnlicenseUnlicense

MB.RectangleBinPack

Rectangular bin packing often used for texture atlas creation.

Source area Description
source\BinPack Bin packing code ported from https://github.com/juj/RectangleBinPack/ C++ code. See each individual .cs file for more info.
source\TexturePack Some basic utility functionality when dealing with texture atlases.