Skip to content

viewzavr/vr-app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vr-app-template

A template for running your new Viewzavr app / package. It uses Viewzavr system A.

Usage

Use this repo as a template, and place your code into app.js file.

Running

Option 1 - viewzavr-hosted player

You may use viewzavr-hosted player to run your app. Use src parameter:

Sub-options for serving app.js:

Option 2 - own server for html and app.js

Use index-viewzavr-remote.html as a template. This file uses viewzavr codes hosted on viewzavr server.

This option gives you control over html. You do not need to configure CORS.

Option 3 - 100% own

Use index-viewzavr-own.html as a template. Before using it, add viewzavr as a submodule to your project:

git submodule add [email protected]:/viewzavr/viewzavr-system-a
git submodule update --init --recursive

# git submodule update --recursive --remote

This option gives you full control over everything, but requires you to update viewzavr system time to time.

license

2021+ (c) Pavel Vasev. This template is available with MIT license. Your app license is up to you.

About

a template for creating new viewzavr app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published