-
-
Notifications
You must be signed in to change notification settings - Fork 281
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
Refactor Node with TransformableNode #89
base: master
Are you sure you want to change the base?
Conversation
Great news ! I was currently looking for a solution to transform the nodes at runtime. |
I've tried the new example of the branch transformable_node, looks great but it doesn't seems to place objects at the right place, they always spawn at the device position and not the position given. Any ideas how to correct this ? |
I fixed the initial values issue in the #126 PR |
Fix `transformable_node` initial values
When will you merge with |
@giandifra hey, awesome work, when can we merge this? |
I replaced simple Node with TransformableNode to scale, rotate and translate object with gestures.
I'm working to improve runtime edit on Node from Flutter side.