Martin Weier - 2020-06-01

Hello,

I intent to use tulip to visualize a simple graph that is a result from my application. However, when running the graph_display example, the interaction with the mouse is not working. Hitting any button results in the visualization becomming entirely black. I can see that the draw/redraw methods from the widget are called only once. Is all this expected behavior or should I be able to pan/zoom/etc. the graph?

Also, I would highly appreciate if someone could briefly describe the steps necessary to update the graph structure frame-by-frame (e.g. inherit from GLwidget and overrive draw/redraw, Create custom viewer and user oberver pattern etc.)

Thanks, a lot.