Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hoijui/wilmascope-historic

3D Graph Visualization
https://github.com/hoijui/wilmascope-historic

3d graph graphs java visualization

Last synced: about 1 month ago
JSON representation

3D Graph Visualization

Awesome Lists containing this project

README

        

INSTALLING WILMA:
Tim Dwyer - September 2001

This is actually really easy, just in trying to be platform independant and not
making any assumptions about who you are this README's become quite verbose.

STEP 1
------

first install the Java SDK version 1.5 or greater

get it from: http://java.sun.com/javase/downloads

STEP 2
------

then install the runtime for Java3D V1.3.1 or greater
(OpenGL version seems more reliable than DirectX)
get it from:
http://java.sun.com/products/java-media/3D/download.html (Win/Solaris)
http://blackdown.org (Linux)

NOTE: Debian packages for both of the above are also available from
ftp://ftp.tux.org/pub/java/debian/dists/woody/non-free/binary-i386

Other blackdown mirrors may also have the JDK and Java3D but many didn't seem to be up to date.

STEP 3
------

set JAVA_HOME to the place where your jdk installation lives:

Windows: Start Menu
-->Settings
-->Control Panel
-->System
-->Advanced
-->Environment Variables

Possible values (check your own setup!)
c:\jdk1.5
- if you installed the full J2SDK (JDK) V1.4.2
c:\Program Files\Java\jre1.5.0
- if you installed the run time environment

Linux/Solaris:
export JAVA_HOME=Where-ever you installed java

STEP 4
------

In the same way that you set JAVA_HOME now set the WILMA_HOME environment variable to the full path of the "Wilma" directory

STEP 5
------
build:

from the Wilma dir type:

./build

STEP 7
------
run:

Wilma/bin/wilma (linux/solaris/cygwin)
Wilma/bin/wilma.bat (Windows)

ENJOY!