Giter Club home page Giter Club logo

Comments (2)

setzer22 avatar setzer22 commented on July 23, 2024

Hi @DerLando! 😄

I'm happy to share the details of how I achieved the zoom functionality in blackjack, but unfortunately it requires a forked egui backend and it's not something that would be accepted upstream. Basically, it's a hack specific to the wgpu backend, and an ugly one at that: I have two separate egui instances, and render the second instance inside the first as a texture. This also means hijacking the winit integration and translating mouse events, plus adding a few transformations inside egui_wgpu to make sure clip rects are correct when sending them the GPU. On top of that, you need to mess with pixels_per_point at runtime, which can lead to performance issues.

This is why egui_node_graph doesn't support zoom while blackjack does. Because this is currently impossible to do without a very specific application architecture (2 separate egui instances, and a forked backend).

Egui needs a backend-independent mechanism for zooming, but I don't know enough about the egui internals to make that work. Nevertheless, I have reported this to the egui main repo and even volunteered for an implementation: With some guidance, and if someone tells me this has a chance of getting upstreamed, I'll gladly help. But so far things have been quiet.

It might help if you show your support there (even a thumbs up is okay) and expose your use case if you think that's relevant 👍

from egui_node_graph.

DerLando avatar DerLando commented on July 23, 2024

Thanks so much for the quick reply, I had a look at the linked feature request upstream and will add my voice.

I'll close this for now as it will likely require changes upstream.

from egui_node_graph.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.