Skip to content

Commit 821d4f9

Browse files
author
David Hadka
committed
Merge branch 'master' of https://github.com/MOEAFramework/J3
2 parents d1befe5 + 8fcc197 commit 821d4f9

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

README.md

+13-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# J3 #
22

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.**
44

55
![Screenshot](http://i.imgur.com/W2zqCTT.jpg)
66

@@ -12,12 +12,19 @@ often plagued by performance issues when dealing with large data sets. J3, on t
1212
thousands of data points by leveraging hardware accelerated graphics while simultaneously supporting animations and
1313
interactivity.
1414

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+
1523
## Get It ##
1624

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.
1926

20-
### Windows ###
27+
#### Windows ####
2128

2229
Download and extract [J3-Win.zip](https://github.com/MOEAFramework/J3/releases/download/1.0.0/J3-Win.zip) if you
2330
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>`.
2734
You can also download and run [J3.exe](https://github.com/MOEAFramework/J3/releases/download/1.0.0/J3.exe) by
2835
itself, although you will need to provide your own data files.
2936

30-
### Linux (Debian, Ubuntu, etc.) ###
37+
#### Linux (Debian, Ubuntu, etc.) ####
3138

3239
A deb file is provided to assist installing J3 on Linux. This installation requires `openjdk-8-jre`. On
3340
Ubuntu, we needed to add the following repository to satisfy this dependency:
3441

3542
```
36-
3743
sudo apt-add-repository ppa:openjdk-r/ppa
3844
sudo apt-get update
3945
```
@@ -42,7 +48,7 @@ Finally, download and install [J3-1.0-1.deb](https://github.com/MOEAFramework/J3
4248
After installation, J3 will appear as a desktop application. You can also launch the program by running the command
4349
`J3`.
4450

45-
### Mac ###
51+
#### Mac ####
4652

4753
Download and extract [J3-Mac.zip](https://github.com/MOEAFramework/J3/releases/download/1.0.0/J3-Mac.zip) if you
4854
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
8995
bundles, call the appropriate Ant task. For example:
9096

9197
```
92-
9398
mvn package
9499
ant build-win
95100
ant build-mac

0 commit comments

Comments
 (0)