[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •Visualizing Dynamic network using OpenGL viz engine
Page 1 of 1

Visualizing Dynamic network using OpenGL viz engine

Posted: 29 Dec 2012 01:47
by onsmidou
Hi,

I want to use Gephi Visualization API in my Java application, I want to visualize a dynamic network into a JPanel. I tried to do it using preview API but i needed to refresh the processing target every time network data changed. May aim is to have real time rendering of graph changes like in the OverView of the Gephi Desktop application. How can i do this using Gephi in a java application?

Thank you in advance.
Best regards.

Re: Visualizing Dynamic network using OpenGL viz engine

Posted: 16 Jul 2013 22:05
by dobrevad
Hi,

I am trying to accomplish the same? Did you find any solution?

Thank you in advance!