Dean Johnson
Dean Johnson
### Progress - Implemented add, delete, modify of rects - Finished auto-slicing - Improved zoom - Added the ability to define the order of rectangles by clicking on them in...
From my testing it seems like everything is working well on the 3.0 branch. Unless you see something else that needs to be done I think we can start discussing...
I definitely think we need to approach these things as separate issues and work on them one at a time. I would say we first address the creation of an...
Personally, I would only want this feature if it worked in the last way you mentioned (runs when adding or removing a component). Even the metadata version seems like a...
> Could be added to all the projects. When the user first downloads the plugin, shouldn't it be possible to allow them to select each project that should get the...
Having trouble making a decision on how to approach something with this issue and was hoping to get some feedback/suggestions. Right now, the `RectAtlas` class I have created stores three...
One tag per item sounds good to me - makes things a lot easier because I can go with the `RectAtlasItem` implementation. With that I think the editor side of...
It might be less confusing if they were combined - however separating them leads you towards a more performant design. The big difference between a Pixmap and a Texture is...
Sending it to the GPU every frame is exactly what you want to avoid. That is a relatively expensive operation. One of the key ways to improve rendering performance is...
The issue in my opinion is that the performance characteristics of the API becomes unclear while only slightly simplifying initial learning while at the same time encouraging a user to...