Last News
- 2012-8-29 GraphStream at ECCS 2012
- 2012-8-7 Mailing lists
- 2012-7-8 GraphStream and NetLogo
- 2012-7-7 GraphStream at CSSS 2012
About Us
GraphStream is hosted by the University of Le Havre. It is initiated and maintained by members of the RI2C research team from the LITIS computer science lab.
Mailing lists
Development
Documentation
See the Documentation pages for detailed tutorials and help. See also:Nightly Builds
Get the lastest (unstable) binaries of GraphStream through the automatic build system.
Get the nightly builds
Downloads
GraphStream "ui" release 1.1
Patch release notes
- 1.1.2
- fix issues.
GraphStream "core" release 1.1
Here is the 1.1.2 release of the "core" package of GraphStream.
Main changes according to 1.0 are :- rewrite of graph implementations (AdjacencyListGraph, SingleGraph and MultiGraph)
- new file source support (GEXF, Pajek, GraphML, Tulip)
- new way to access elements using an integer index in addition to the id, providing a faster way to iterate over a set of elements
- camera in ui becomes reachable
- new DGS directive "cl" for the graphCleared event
- faster Dijkstra's algorithm
- many bugs are fixed
Patch release notes
- 1.1.1
- fix critical bugs in the DGS parser used to read .dgs files.
- 1.1.2
- fix issues.
GraphStream "algo" release 1.1
Patch release notes
- 1.1.2
- Fix issues.
Source of 1.0 video
Code used to generate graph frames of the 1.0 video available on youtube.
GraphStream "core" release 1.0
Here is the the 1.0 release of the "core" package of GraphStream. This is the main package of the project. All other packages depend on this one.
It Contains:- the gs-core.jar binary archive that may be added to your CLASSPATH, this archive contains the core dependencies "mbox2", "pherd" and "util";
- the gs-core javadoc that contains the gs-core API documentation;
- the gs-core sources.
GraphStream "ui" release 1.0
It contains the additionnal viewer supporting the complete GraphStream CSS specifications.
GraphStream "algo" release 1.0
Here is the the 1.0 release of the "algo" package of GraphStream. It contains classes dedicated to various algorithms related to graphs. It depends on the "core" package.
It Contains:- the gs-algo.jar binary archive that may be added to your CLASSPATH;
- the gs-algo javadoc that contains the gs-algo API documentation;
- the gs-algo source.
