Skip to content
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

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Conversation

giandifra
Copy link
Owner

@giandifra giandifra commented Nov 22, 2020

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.

  • Rotate, translate, scale node by native gestures
  • Rotate, translate, scale node by flutter side
  • Enable/Disable single gesture
  • Improve code usability
  • Test old example

@giandifra giandifra changed the title Transformable node Refactor Node with TransformableNode Nov 22, 2020
@giandifra giandifra added the enhancement New feature or request label Nov 23, 2020
@RobinLbt
Copy link

Great news ! I was currently looking for a solution to transform the nodes at runtime.
When do you think you can merge this branch ? Very excited to try it

@RobinLbt
Copy link

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 ?

@mapacheverdugo
Copy link

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
@naveenbharadwaj19
Copy link

When will you merge with master branch ?

@rshrc
Copy link

rshrc commented Nov 1, 2021

@giandifra hey, awesome work, when can we merge this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants