-
Notifications
You must be signed in to change notification settings - Fork 30
Description
I'm trying to display an interactive Makie plot in a window, and started by running the example demo. I noticed that neither the demo nor my own code really work as intended, pretty much with the same issues. The Makie plot doesn't really seem to respond to much. When dragging with a click, the render times get updated but the actual texture never does. Even the auto-resize isn't working properly, since rather than the plot getting re-rendered, the texture just gets stretched to fit the view. Streaming data also doesn't seem to work.
Sometimes trying to drag around does slightly update the plot. But never in the "correct" way, never in a responsive way, and the legend / axis text is still always stretched and not updated.
I have tried re-implementing the MakieIntegration module with debug logging, and the mouse events are getting intercepted and passed to Makie. The GLMakie.requires_update function seems to fire properly as well. I'm not sure what else to look at.
Versions:
- Julia 1.11.6
- GLMakie 0.13.5
- CImGui 6.1.0
- GLFW 3.4.4
- ModernGL 1.1.8
I'm testing on Linux + Xorg.