Skip to content

dorkster/RectangleBinPack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This tool provides spritesheetpacking for flare.

For more information on spritesheetpacking, see a series of blog posts at

http://clb.demon.fi/projects/rectangle-bin-packing
http://clb.demon.fi/projects/more-rectangle-bin-packing
http://clb.demon.fi/projects/even-more-rectangle-bin-packing

The original code is found at https://github.com/juj/RectangleBinPack/
It is provided by Jukka Jylänki as public domain.

The modified code here is still licensed as public domain.

The c++ project in the bestEnclosingRect subdirectory is a general
approach to find the smallest enclosing rectangle around a
given set of rectangles.

In the flare folder some flare specific scripts can be found.


Stefan Beller

About

Source code for performing 2d rectangular bin packing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 72.1%
  • Python 22.4%
  • Makefile 2.7%
  • Shell 1.4%
  • Batchfile 1.3%
  • C 0.1%