Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/jarkkosyrjala/RectanglePacking.hx

Haxe port of Super fast AS3 implementation of rectangle packing algorithm http://villekoskela.org
https://github.com/jarkkosyrjala/RectanglePacking.hx

Last synced: about 11 hours ago
JSON representation

Haxe port of Super fast AS3 implementation of rectangle packing algorithm http://villekoskela.org

Lists

README

        

Rectangle Packer
================

Utility class to pack smaller rectangles within larger container rectangle efficiently.

Packs 500 rectangles in 0-4 ms on a decent computer.

This is OpenFL port of [Ville Koskela's](http://villekoskela.org) super fast AS3 implementation by [Jarkko Syrjälä](https://twitter.com/JarSyr).

Demos
-----

* [HTML5](http://jarkko.syrjala.fi/tools/RectanglePacker.hx/html5/)
* [Flash](http://jarkko.syrjala.fi/tools/RectanglePacker.hx/flash/)

[Original AS3 version here](https://github.com/villekoskelaorg/RectanglePacking/)