andoco / flight-sim-bevy-rust

Flight simulation using the Bevy game engine

Home Page:https://andoco.github.io/flight-sim-bevy-rust/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Continuous integration

Flight simulation using the Bevy game engine and Rapier physics engine.

Play online

Run

cargo run

As WASM website:

cargo run --target wasm32-unknown-unknown

or

trunk serve --release

Controls

Keyboard

  • Throttle: A/Z
  • Elevators: Up/Down
  • Rudder: Q/W
  • Ailerons: Left/Right
  • Rear view: F1
  • Top view: F2
  • Side view: F3
  • Cockpit view: F4

Gamepad

  • Throttle: Right stick Y axis
  • Elevators: Left stick Y axis
  • Rudder: Right stick X axis
  • Ailerons: Left stick X axis
  • Rear view: DPad down
  • Top view: DPad up
  • Side view: Dpad right
  • Cockpit view: Dpad left

Useful resources

About

Flight simulation using the Bevy game engine

https://andoco.github.io/flight-sim-bevy-rust/


Languages

Language:Rust 99.8%Language:HTML 0.2%