HMI project - Polytech ET3 IT - Noted for S6 (2020)
All remaining bugs and unimplemented features are listed here.
These instructions will get you a copy of the project up and running on your local machine for development purpose.
Things you need to install the project :
If you use a later JDK, be careful because JavaFX is decoupled from the JDK since the JDK 11. You have to download it separately here.
- JUnit 4 for testing purpose.
Here are some instructions on how to get the development env running.
First, clone this repository with the following command :
git clone https://github.com/adepreis/global-warming-3d
Then create the Java project from /src
folder using your favorite IDE.
Don't forget to include the ObjModelImporterJFX library, the .jar file is located in /libs
.
Don't forget to include JUnit 4 (or later) library to the project.
The existing unit tests are classified by package in /test
.
Execute the .jar file from the last release assets as a standalone application using :
java -jar global-warming-3d.jar
In the /doc
folder, you can find the project's Javadoc, the UML class diagram, the report and the wireframes/mockups of the interface.