-
Notifications
You must be signed in to change notification settings - Fork 258
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
Feature request: Zoom #37
Comments
I haven't planned on adding zooming, since I think it requires a modified version of ImGui 🤔 See this discussion for more: ocornut/imgui#772 (comment) I do want to try the fringe-scale imgui modification out though, just to see how zooming could work with imnodes & to document the process. If you want a way to faster jump between nodes now, you could use |
void EditorContextMoveToNode(const int node_id); This way can reduce your pain.... |
Ok! Jumping between nodes like that might be a good solution for now, thank you! |
I'll close this issue for now 🙂 |
A zoom feature would be really useful for large node graphs. Are you planning to implement this? Or maybe some other option for faster navigation through the graph?
The text was updated successfully, but these errors were encountered: