-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Graphics primitives similar to spark.primitives.* #42
Comments
OMG! can't wait for this! ⭐️ ⭐️ ⭐️ ⭐️ ⭐️ |
At this time I'm creating LayoutGroups with backgroundSkin="{new Quad(1,1,0x000000)}", and would be great at least the Quad have some type of integration on mxml and layoutData:
I'm also doing lines with Quads... bah.. Worrie: Making backgroundSkin="{}" (bindable) does really bind? or is used internally only once? or should I on initialize() set the backgroundSkin? |
100% Agree! This would be a welcome addition! |
Yeah, +1 I do a lot of dynamic stuff and this would help out a lot. |
@joshtynjala Are you thinking about implementing Path as well? Or just solids? |
@teotigraphix I haven't put a ton of thought into it. Someone in the forums mentioned that it would be a nice feature, so I added it to the list. I know that starling.display.Canvas has a Polygon class, but certain types of paths don't work super well. I'm sure that if I implemented something like spark.primitives.Path, it would be somewhat limited. Also, starling.display.Canvas doesn't support strokes yet, so this would only work for fills until Daniel implemented strokes. |
I just saw this: https://github.com/gree/tesspathy |
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/spark/primitives/package-detail.html
The text was updated successfully, but these errors were encountered: