Skip to content

Commit 8692b5b

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 51b8c3a + 7ce6bfd commit 8692b5b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ A JavaFX app that computationally simulates the [three-body problem](https://en.
44
Built for an ICS3U culminating project, by Evan Zheng and Vladislav Aleinikov, June 2020.
55

66
## Downloads
7-
A Windows x64 binary executable can be found under the [releases](https://github.com/richmondvan/threebodysimulation/releases) section.
8-
9-
Please note that it requires Visual C++ Redistributable 2015. A download link can be found [here,](https://aka.ms/vs/16/release/vc_redist.x64.exe) courtesy of Microsoft.
7+
Download information can be found under the [releases](https://github.com/richmondvan/threebodysimulation/releases) section.
8+
The app currently only officially supports Windows x64.
109

1110
## Functionality
1211
A screenshot of the UI can be seen here:
@@ -42,6 +41,8 @@ For more information, check the manual inside the application.
4241
- [GraalVM](https://www.graalvm.org/) for native-image compilation of Java programs.
4342
- [Gluon Client-Maven-Plugin](https://github.com/gluonhq/client-maven-plugin) for GraalVM compatibility with JavaFX.
4443
- [Ikonli](https://github.com/kordamp/ikonli) for UI icons.
44+
- [Launch4j](http://launch4j.sourceforge.net/) for packaging .jar files into .exe.
45+
- [Apache Maven Shade](https://maven.apache.org/plugins/maven-shade-plugin/) for building .jar files.
4546

4647
## License
4748
See [LICENSE](https://github.com/richmondvan/threebodysimulation/blob/master/LICENSE) file.

0 commit comments

Comments
 (0)