Tulip 5.7.1
Large graphs analysis and drawing
Loading...
Searching...
No Matches
graph_display.h
1/**
2 @example graph_display/graph_display.cpp
3 @brief This example gives a minimalistic approach of importing a graph and displaying it with
4 Tulip OpenGL rendering engine
5
6 In this example, we are making a standalone program that will load a graph file passed as argument
7 to the program and display it into a new window.
8
9 The code contains a step-by-step explanation of the process, please refer to classes documentation
10 for more information about their usage.
11 **/