Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msub2/fmod-webxr-test
A sample project integrating FMOD into a WebXR scene.
https://github.com/msub2/fmod-webxr-test
aframe fmod gameaudio vr webxr
Last synced: 14 days ago
JSON representation
A sample project integrating FMOD into a WebXR scene.
- Host: GitHub
- URL: https://github.com/msub2/fmod-webxr-test
- Owner: msub2
- License: mit
- Created: 2023-08-04T06:00:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-05T18:59:18.000Z (over 1 year ago)
- Last Synced: 2024-11-02T00:42:13.554Z (2 months ago)
- Topics: aframe, fmod, gameaudio, vr, webxr
- Language: JavaScript
- Homepage: https://www.msub2.com/demos/fmod-webxr-test
- Size: 2.83 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FMOD + WebXR Test Scene
This repository contains a simple integration of FMOD into a web-based 3D environment that's WebXR-enabled.
The scene itself comes from Ada Rose Cannon's [aframe-xr-boilerplate](https://github.com/AdaRoseCannon/aframe-xr-boilerplate) project.## Running Locally
To run this demo scene locally, you'll need to have CORP/COEP headers set, as FMOD makes use of SharedArrayBuffer and requires cross-origin isolation. The easiest way to do this is with statikk:
```sh
npx statikk --coi
```