-
### Background
Exokit essentially [reimplements all of WebGL](https://github.com/webmixedreality/exokit/blob/383235ee0b81b1fc1dad0234b8db4be771e49618/deps/exokit-bindings/webglcontext/src/webgl.cc)…
avaer updated
6 years ago
-
Hitting this on https://extent.network/audio-viz-demo/av-demo.html
```
[x] https://extent.network/audio-viz-demo/av-demo.html
undefined
[x] THREE.WebGLRenderer 95
starting audio
THREE.FBXLoade…
avaer updated
5 years ago
-
**Describe the bug**
What happened, and what did you expect to happen?
Freeze, no freeze
**To Reproduce**
Steps or commands ran to reproduce the behavior:
1. `node . http://jsboxx.sandboxx…
-
**Describe the bug**
What happened, and what did you expect to happen?
Run `node --experimental-worker . https://web.janusvr.com` in terminal and it halts at a certain point after `TypeError: wind…
-
```[noah-a-s@the-golden-leaper exokit]$ node . https://www.reddit.com/
ErrorEvent {
type: 'error',
target:
,
bubbles: false,
cancelable: false,
defaultPrevented: false,
propagat…
-
I tried the Bloom effect with Aframe 0.8.1, and 0.8.2. When entered into VR mode, the screen is just white on iPhone10 Safari, and black on Andriod device (LG G5) with Chrome browser.
I also tried th…
-
Missing node? Probably needs a full build download.
```
>exokit
C:\Users\Noah Schiffman\AppData\Roaming\npm\node_modules\exokit>IF EXIST ".\node\node.exe" (.\node_modules\isolator\lib\windows\i…
avaer updated
6 years ago
-
I open a website in an iFrame which embeds a 'magic window' showing an Enter VR button (eg. A-Frame Enter VR button).
I click on the Enter VR button and I would like to exchange the current 3D env…
-
We have a hack for rendering HTML UIs to texture asynchronously by using Out-of-process Iframes. This might be a good candidate for putting into the engine itself, as another e.g. custom element.
avaer updated
5 years ago
-
**To Reproduce**
Create examples/microphone2.html:
```
var handleSuccess = function(stream) {
var context = new AudioContext();
console.log('1');
var source = context.…