Skip to content

Have you ever flown an airplane? well, I did. Here is my final project, implemented in Java with JavaFX, including MVVM architecture. A JavaFX desktop application, made for the Advanced Software Development course.

Notifications You must be signed in to change notification settings

MosenzonTal/FlightGear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

FlightGear - Flight Simulator Desktop Application

A JavaFX desktop application, made for Advanced Software Development course.

Design and functionality of the app

• Connect – The connect button will open a popup window and by entering ip and port we will connect to the flight simulator. The app will connect to the simulator as a client, this will also enable the use of all the functionality of the application.

• Load data – The Load Data button will open a folder of CSV files that are used as maps. When a CSV file is loaded then a map of the uploaded data is displayed. The map will be displayed in colors based on the height of each point in the map, the lower the area the color will be red and the higher the area the color will be greener. We will sample from the simulator the exact location of the aircraft, as a result, an icon will be displayed in the same location on the map.

• Calculate path - The Calculate path button will open a popup window and by entering ip and port we will connect to a server that solves search problems (A server that I built on milestones 1-3). Clicking on any point on the map will set a destination for the aircraft, and the server will calculate the cheapest route to that point.

• Load + Autopilot – Loads the script with the airplane commands and thanks to the Interpreter that I built, the plane goes into autopilot mode and executes the commands in the script.

• Manual – The manual button will move the aircraft from autopilot mode to manual mode where the user controls the aircraft with the joystick.

UML diagram of the JavaFX Desktop Application

The application is divided into two independent components, one component is the MapController, and the other consists of two additional components, the JoystickController and the DisplayScriptController.

MVVM Architecture

the app was built by the use of the MVVM architecture.

You are welcome to look at my project presentation in the video attached here:

[Project Explanation] 【->】 https://youtu.be/fHO5tvTnMjsvanced

About

Have you ever flown an airplane? well, I did. Here is my final project, implemented in Java with JavaFX, including MVVM architecture. A JavaFX desktop application, made for the Advanced Software Development course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages