Results 5 comments of Vlad

I license past and future contributions under the triple MIT OR Apache-2.0 OR Zlib license, allowing licensees to choose any one at their option.

[imgs_subset.zip](https://github.com/amethyst/sheep/files/3741404/imgs_subset.zip) MAXRECTS inside my packer(UPD: I meant not sheep's `packer`, but my cli), yes. The same for simple packer with CLI (checked with bigger `max_height` `max_width` too) dimentions: ``` (333,...

Also for MAXRECTS it looks like bins are not working correctly (overlaps are there too both for simple and maxrects) ![Screenshot from 2019-11-03 21-13-19](https://user-images.githubusercontent.com/22634168/68089926-f0c09c80-fe7e-11e9-8669-109df6dcbc9a.png)

Also another bug. I have out of bounds panic error for `simple` packer on line: ``` buffer[buffer_idx] = sprite.bytes[sprite_idx]; ``` in `sprite.rs` Images subset to reproduce [out_of_bound.zip](https://github.com/amethyst/sheep/files/3801985/out_of_bound.zip)

Ok, thank you! I just made temporal hack with piston's texture packer for myself. Mb someone will find it useful [kludge_for_mimic_sheep_api](https://gist.github.com/pum-purum-pum-pum/4efea8e672470cf4c7aad6d72fb161c0)