Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```