Skip to content

Xamarin version of Binary Tree Algorithm for 2D Bin Packing

Notifications You must be signed in to change notification settings

timskillman/Binary-Tree-2D-Packing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Binary-Tree-2D-Packing

Xamarin version of Binary Tree Algorithm for 2D Bin Packing based on Jakes Gordon's code (with Growing Packer)

Jakes Gordon's original code can be found at https://github.com/jakesgordon/bin-packing/

Demo renders 150 random rectangles that are sorted from large to small areas and then packed using the algorithm.

Rectangles are rendered using SkiaSharp.

Tested on Android although it should also work iOS.

Alt text

About

Xamarin version of Binary Tree Algorithm for 2D Bin Packing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages