Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/orangomango/flightsimulator

A flight simulator made in Java with my 3D engine. I'm working on it
https://github.com/orangomango/flightsimulator

3d flightsim flightsimulator java javafx

Last synced: 1 day ago
JSON representation

A flight simulator made in Java with my 3D engine. I'm working on it

Awesome Lists containing this project

README

        

# FlightSimulator
I'm working on it :)
A flight simulator made in Java with my 3D engine.

## Current features
* Plane speed
* Rotate airplane on the X and Z (Y) axis
* Procedural generation of the terrain

## How to run
* Build the jar of the 3D engine from https://github.com/OrangoMango/Rendering3D with the command `./gradlew :engine3d:jar`
* Create a directory `libs` and put it there (Copy it from engine3d/build/libs/)
* Run the application with the command `./gradlew :run`

![Screenshot from 2023-11-10 15-52-52](https://github.com/OrangoMango/FlightSimulator/assets/61402409/3328cf0f-0d04-4dd2-bab1-9eea17385e0e)