Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/faraui/three.js-web-vr

Web Virtual Reality (WebVR) 3D game template based on Three.js.
https://github.com/faraui/three.js-web-vr

3d-game three-js threejs virtual-reality vr webvr webvr-game

Last synced: 8 days ago
JSON representation

Web Virtual Reality (WebVR) 3D game template based on Three.js.

Awesome Lists containing this project

README

        

# three.js-web-vr
Web Virtual Reality (WebVR) 3D game template based on Three.js. Camera rotation can also be done with a mouse, as well as the character's movement can be done with WASD keys. Virtual reality hardware was tested only in a certain **Google Chrome** version from the year 2022.

Files `three.js` and `stats.js` were not written by me and are provided as given by their authors in certain versions from the year 2022. All the other files were written by me.

The project is abandoned for more than 2 years and there is no intentions of resuming work on it.

## Installation
```bash
git clone https://github.com/faraui/three.js-web-vr
cd three.js-web-vr
```

## Launch
```bash
firefox index.html
```