Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hoijui/wilmascope-historic
- Owner: hoijui
- License: lgpl-2.1
- Created: 2020-04-25T09:51:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T10:44:37.000Z (over 4 years ago)
- Last Synced: 2024-10-13T15:44:03.416Z (3 months ago)
- Topics: 3d, graph, graphs, java, visualization
- Language: Java
- Homepage: https://sourceforge.net/projects/wilma/
- Size: 9.93 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG.txt
- License: COPYING.txt
Awesome Lists containing this project
README
INSTALLING WILMA:
Tim Dwyer - September 2001This 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-i386Other 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 VariablesPossible 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!