Shen Yiming
Shen Yiming
Little suggestion: Better to add doc for Common Type Properties, it's reference many times but without it, u cannot do basic setups. It''s hard to help in the documents unless...
@alevys Actually, there is a usable [starling-extension-graphics](https://github.com/StarlingGraphics/Starling-Extension-Graphics/tree/master/extension2.0/src/starling/display) for starling v2 which will be working after some minor tweaks. ( And here is my [fork](https://github.com/soimy/Starling-Extension-Graphics-2)) I believe there are more effective...
@visgotti Can you describe the meaning of alphabetical grouping? I cannot get it. Currently, you can group your bins by the tag system. Check this out: https://github.com/soimy/maxrects-packer/blob/0eeb7d14c9402caa5b29e50aecb6c7db368b5b8b/test/maxrects-packer.spec.js#L51-L71
That's not packer's job, you feed the data with width/height/tag and packer return the bins with position data. Try isolate the filename as the tag, and sort the returning bin...
After some digging, I found this issue is introduced by #708 most of the time we just need simple 90-degree rotation, and `advancedRotate()` on 90/270 degree will result in total...
You are right, I'll look into it. Thx As intended, `addArray` should accept any object with `width & height`
just tried :set guioption-=r as gvim option but nothing happened, do i missed sth?
Sorry for the delay. I may run some tests on the PR this weekend, hopefully ;-)
This is because the default packing options are: - `options.smart` packing with smallest possible size. (default is true) - `options.pot` bin size round up to smallest power of 2. (default...
Of course, Feel free to submit PRs. we can discuss more in the commits