Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/faraui/three.js-web-vr
- Owner: faraui
- License: mit
- Archived: true
- Created: 2024-05-30T16:36:34.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-20T13:37:15.000Z (7 months ago)
- Last Synced: 2024-09-28T05:21:24.238Z (4 months ago)
- Topics: 3d-game, three-js, threejs, virtual-reality, vr, webvr, webvr-game
- Language: JavaScript
- Homepage:
- Size: 256 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```