Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.54 KB

File metadata and controls

49 lines (34 loc) · 1.54 KB

Flying Helicopter with physics

Developed with Three.js and Cannon.js.

Preview

Animated

Setup

# Install dependencies (only the first time)
pnpm install

# Run the local server at localhost:8080
pnpm run dev

# Build for production in the dist/ directory
pnpm run build

To run with debugger, add #debug in address line: http://localhost:3000#debug

Controls

Start engine, then wait a few seconds before starting to move.

Button Action
W Up
S Down
A Turn Left
D Turn Right
G Start Engine
Arrow Up Forward
Arrow Down Backward
Arrow Left Tilt left
Arrow Right Tilt right

Credits

This work includes: