WASD website example
The fastest way to build an interactive 3D website with PC gaming controls.
Live Demo
- hdr environment
- gltf models and envmaps
- jetpack, right click to fast travel
- invisible walls and collision detection
- look sensitivity, invert Y, gravity settings
- anti-aliasing and shadow settings
- embedded HTML/iframes
- basic geometries
- basic object interactions
- video playback system
- image hyperlinks
Try it
Option 1. Requires NodeJS and Git
git clone https://github.com/3rl-io/wasd-site
cd wasd-site
npm install
node index
Open localhost:8000 in your browser
Option 2. Download this repository and run the public
directory on your web server of choice