-
- [x] [ Afegir API ](http://graphstream-project.org/download/)
-
Hi!
I'm trying to run your viewer with Graphstream 1.0 and JOGL 2.0 b398.
https://jogamp.org/deployment/autobuilds/master/jogl-b398-2011-06-11_04-36-53/
There is list of problems I've got so far af…
-
When I click a node, I keep getting a message 'Selection begins at ......'. If I keep clicking nodes, I get the error message that I copied below. I will look into it but I wanted to create a report.
…
-
The tool detects a dependency cycle, but it does not show any details.
Can this be added to show which paths lead to a cycle? Or is this easily spotted in the generated graph?
I looked at the Cycl…
-
All relevant Gelly methods should be ported. Some of these are:
- Graph creation
- fromRandomEdgeStream()
- fromIncidenceStream()
- Graph stream properties
- ~~getVertices(), getEdges()~~
- ge…
-
Since https://graphstream.github.io automatically redirects to http://graphstream-project.org/ when one navigates to the /download/ page the SHA256 sums are useless, since they are now served over htt…
-
I've noticed that there is a 2.x branch (actual commits are kind of messed up), but other than a few things in Roadmap and Ideas, I haven't seen much on its goals. So, I've decided to put down some th…
-
Exception in thread "Thread-22" java.lang.NullPointerException
at org.graphstream.stream.SourceBase.manageEvents(SourceBase.java:872)
at org.graphstream.stream.SourceBase.sendAttribute…
-
I have created a new graph and registered a pump so that I am notified when a user clicks on a node using something like this:
```java
viewer.enableAutoLayout();
final ViewerPip…
-
Hello,
I am using graphstream to calculate page rank and betweeness centrality of my graph with around 641 vertex and 2342 edges. The compute function is giving me following error:
Exception in t…