Skip to content

[PERSONAL PROJECT] A WebGl helicopter with third person controller and physics. WIP.

Notifications You must be signed in to change notification settings

oslavdev/helicopter-with-physics

Repository files navigation

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:

About

[PERSONAL PROJECT] A WebGl helicopter with third person controller and physics. WIP.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published