0.0.1-a6 • Published 5 years ago

@webvoxel/plugin-webvr v0.0.1-a6

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@webvoxel/plugin-webvr

WebVR support for WebVoxel projects

Usage

import { Game, World } from '@webvoxel/core';
import { WebVRPlugin } from '@webvoxel/plugin-webvr';

const vr = new WebVRPlugin();

const game = new Game({
    plugins: [
        vr,
    ],
    initialWorld: new World(),
});

game.start();
0.0.1-a6

5 years ago

0.0.1-a5

5 years ago

0.0.1-a4

5 years ago

0.0.1-a3

5 years ago

0.0.1-a2

5 years ago

0.0.1-a1

5 years ago