- Glider physics simulator.
- Fly through ifinite procedurally generated terrain.
- Gain speed boosts from dangerously fast experiences.
Download Links: https://github.com/tinmarr/GliderGame/releases/tag/1.0
Gliderman.Gameplay.mp4
- All of the terrain you see is randomly generated and infinite. There are also multiple types of worlds (big canyons, smaller hills, etc)
- The glider follows realisitic aerodynamic rules. To calculate the aerodynamic coefficents, we used algorithms in the paper by Khan and Nahon 2015.
- W. Khan and M. Nahon, "Real-time modeling of agile fixed-wing UAV aerodynamics," 2015 International Conference on Unmanned Aircraft Systems (ICUAS), Denver, CO, 2015, pp. 1188-1195, doi: 10.1109/ICUAS.2015.7152411.
- Esc brings up pause menu
- q/e control yaw, a/d control roll, w/s control pitch
- Otherwise we hope you enjoy and have fun!