Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/orangomango/flightsimulator
- Owner: OrangoMango
- License: mit
- Created: 2023-09-24T16:42:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-22T18:20:51.000Z (about 1 year ago)
- Last Synced: 2024-11-11T09:19:55.608Z (2 months ago)
- Topics: 3d, flightsim, flightsimulator, java, javafx
- Language: Java
- Homepage: https://youtu.be/RVzFLcrlRmo
- Size: 89.8 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)