Note: While this project is best enjoyed in VR with hand controls, it can be run on the web using a keyboard and mouse.
Demo (coming soon): Play
This is a work-in-progress A-Frame test project currently involving a small, rusty, flyable spaceship in vr which you can fly around a simple demo scene.
WARNING: The constant movement of the ship can cause a great deal of nausia. To save your stomach, keep the inertial damping on.
I'd like to add more features if my stomach can handle it.
Clone this repository. To make setup easier, install serve for npm:
npm install serve
Cd into the public directory and then serve as a static site.
cd public
serve
VR (Developed for Meta Quest 2)
- Lever 1: Thrust (forward/reverse)
- Lever 2: Yaw
- Blue button: Enable inertial damping
- Red button: Disable inertial damping
- Orange button: Fire
When using a keyboard, you can use all the above controls
- WASD: Roll / Pitch
- QE: Yaw
Copywrite 2021 Daniel Dirksen. All rights reserved.