You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is helpful to you, but I have code for combining the BBTree and ImageShaper in my fork. It's in C# though...
I'm not sure I like needing to pass the BBTree for the word into the Nudger/Placers, but this does allow nicer collisions (angled words fit into the shape better rather than using the rectangle bounding box for collision), and had a nice speed boost over the default .Net "shape" collision stuff. I don't know what the performance of the Java shapes are, so it may not be helpful there.
Also there are unit tests for the BBTree.Contains method which may be helpful.
The text was updated successfully, but these errors were encountered:
Not sure if this is helpful to you, but I have code for combining the BBTree and ImageShaper in my fork. It's in C# though...
I'm not sure I like needing to pass the BBTree for the word into the Nudger/Placers, but this does allow nicer collisions (angled words fit into the shape better rather than using the rectangle bounding box for collision), and had a nice speed boost over the default .Net "shape" collision stuff. I don't know what the performance of the Java shapes are, so it may not be helpful there.
Also there are unit tests for the BBTree.Contains method which may be helpful.
The text was updated successfully, but these errors were encountered: