-
Notifications
You must be signed in to change notification settings - Fork 35
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
Easier touch interaction #53
Comments
Prototype here: http://forresto.github.io/prototyping/connect-gesture.html |
👍 |
@forresto one thing to look out for is that I think there should be only one magnified port listing visible at a time per node. Or two when you're connecting (the ports list you started with, and the one you're connecting to). |
Cut the Rope -like gesture for "cutting" a connection could be cool |
Current thinking of pointer interactions: Node manipulationThese gestures start from a node on the screen
Graph manipulation
Graph panning
|
Interesting, this is why you move from this style (https://bergie.iki.fi/blog/noflo-jekyll/) to current flowhub's style But most of FBP tools like https://github.com/comfyanonymous/ComfyUI is using a UI like meemoo/dataflow 's old style, including UE blurpring, what do you think? @bergie I think this UE blueprint style allows richer widget be presented in the node, for example, and a switcher or rich text editor. |
Currently the dataflow UI is hard to work with on touchscreen devices even when zoomed in. We should have a smarter way of dealing with the UI when users touch it.
Initial concept:
Doing custom handling of touch interaction would eventually help in #42 as well.
The text was updated successfully, but these errors were encountered: