Skip to content

andoco/flight-sim-bevy-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published