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

Feature request: Zoom #37

Closed
nrzimmermann opened this issue May 4, 2020 · 4 comments
Closed

Feature request: Zoom #37

nrzimmermann opened this issue May 4, 2020 · 4 comments

Comments

@nrzimmermann
Copy link

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?

@Nelarius
Copy link
Owner

Nelarius commented May 5, 2020

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 EditorContextResetPanning to have the editor window jump to specific nodes when, for example, navigating between nodes using arrow keys.

@ketoo
Copy link
Contributor

ketoo commented May 5, 2020

void EditorContextMoveToNode(const int node_id);

This way can reduce your pain....

@nrzimmermann
Copy link
Author

Ok! Jumping between nodes like that might be a good solution for now, thank you!

@Nelarius
Copy link
Owner

Nelarius commented May 9, 2020

I'll close this issue for now 🙂

@Nelarius Nelarius closed this as completed May 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants