1
1
# J3 #
2
2
3
- A free desktop application for producing and sharing high-dimensional, interactive scientific visualizations.
3
+ ** A free desktop application for producing and sharing high-dimensional, interactive scientific visualizations.**
4
4
5
5
![ Screenshot] ( http://i.imgur.com/W2zqCTT.jpg )
6
6
@@ -12,12 +12,19 @@ often plagued by performance issues when dealing with large data sets. J3, on t
12
12
thousands of data points by leveraging hardware accelerated graphics while simultaneously supporting animations and
13
13
interactivity.
14
14
15
+ ## Key Features ##
16
+
17
+ 1 . Interactive 2D and 3D plots (scatter, parallel axis, etc.)
18
+ 2 . Various annotations and data callouts
19
+ 3 . Ability to save, share, and load visualizations
20
+ 4 . Create scripted animations (experimental)
21
+ 5 . Extensible design allows adding new widgets
22
+
15
23
## Get It ##
16
24
17
- Pre-packaged distributions are available for Windows and Linux. Distributions for Mac will be made available shortly.
18
- All distributions include sample data files you can test.
25
+ Pre-packaged distributions are available for Windows, Linux, and Mac. All distributions include sample data files you can test.
19
26
20
- ### Windows ###
27
+ #### Windows # ###
21
28
22
29
Download and extract [ J3-Win.zip] ( https://github.com/MOEAFramework/J3/releases/download/1.0.0/J3-Win.zip ) if you
23
30
already have Java 8 installed. Otherwise, download [ J3-Win-JRE.zip] ( https://github.com/MOEAFramework/J3/releases/download/1.0.0/J3-Win-JRE.zip ) ,
@@ -27,13 +34,12 @@ from the command line by running `J3.exe <file>`.
27
34
You can also download and run [ J3.exe] ( https://github.com/MOEAFramework/J3/releases/download/1.0.0/J3.exe ) by
28
35
itself, although you will need to provide your own data files.
29
36
30
- ### Linux (Debian, Ubuntu, etc.) ###
37
+ #### Linux (Debian, Ubuntu, etc.) # ###
31
38
32
39
A deb file is provided to assist installing J3 on Linux. This installation requires ` openjdk-8-jre ` . On
33
40
Ubuntu, we needed to add the following repository to satisfy this dependency:
34
41
35
42
```
36
-
37
43
sudo apt-add-repository ppa:openjdk-r/ppa
38
44
sudo apt-get update
39
45
```
@@ -42,7 +48,7 @@ Finally, download and install [J3-1.0-1.deb](https://github.com/MOEAFramework/J3
42
48
After installation, J3 will appear as a desktop application. You can also launch the program by running the command
43
49
` J3 ` .
44
50
45
- ### Mac ###
51
+ #### Mac # ###
46
52
47
53
Download and extract [ J3-Mac.zip] ( https://github.com/MOEAFramework/J3/releases/download/1.0.0/J3-Mac.zip ) if you
48
54
already have Java 8 installed. Otherwise, download [ J3-Mac-JRE.zip] ( https://github.com/MOEAFramework/J3/releases/download/1.0.0/J3-Mac-JRE.zip ) ,
@@ -89,7 +95,6 @@ J3 uses Maven to manage dependencies. Use `mvn package` to compile the J3 JAR f
89
95
bundles, call the appropriate Ant task. For example:
90
96
91
97
```
92
-
93
98
mvn package
94
99
ant build-win
95
100
ant build-mac
0 commit comments