Googling around for "force directed layout java" reveals Graphael, which might 
be an option -- http://graphael.cs.arizona.edu/


On Oct 12, 2010, at 12:24 PM, Alex Averbuch wrote:

> Hey,
> igraph already supports 3D layouts and makes the vertex coordinates
> programmatically accessible. Maybe Jung or something similar (and Java
> based) would offer the same functionality?
> 
> igraph is written in Python so not the idea solution, but for a proof of
> concept you could hardcode the coodinates that igraph gives you. Then once
> the actual visualizations are working, work on your own (or integrate with
> another library) layout algorithms.
> 
> On Tue, Oct 12, 2010 at 11:34 AM, Christopher Schmidt <
> fakod...@googlemail.com> wrote:
> 
>> I think that the most tricky thing will be the algorithm, that places the
>> nodes and associations in a 3D space.
>> 
>> Christopher
>> 
>> Am 2010 10 12 11:08 schrieb "Andreas Kollegger" <
>> andreas.kolleg...@neotechnology.com>:
>> That would be super cool. 3D could be beautiful, and possibly allow more
>> interesting visualizations of a graph. In addition to an overview of the
>> "scene", it would be fun to play with 1st person and 3rd person views of
>> the
>> current node.
>> 
>> What would be an easy proof-of-concept?
>> 
>> /Andreas
>> 
>> 
>> On Oct 12, 2010, at 1:19 AM, Andrew Andkjar wrote:
>> 
>>> I have not seen one in my Internet travels, h...
>> _______________________________________________
>> Neo4j mailing list
>> User@lists.neo4j.org
>> https://lists.neo4j.org/mailman/listinfo/user
>> 
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user

_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to