Setup Guide - norybiak/AltspaceSDK-wiki GitHub Wiki
We find this the easiest way to locally develop VR web apps for AltspaceVR, but feel free to substitute other tools or experiment with developing in VR mode. You can also skip the AltspaceVR step if you would rather develop using WebGL in a traditional web browser.
###Configure AltspaceVR
- Launch and login to AltspaceVR without an HMD connected
- After the program is running, switch AltspaceVR into windowed mode
OSX: Left Command+Left ALT+W
Win: Left CTRL+Left ALT+W - Move or snap the window to right side of your monitor
Win: Windows + Right Arrow
Windows: If the window remains black, you may need to snap or resize it a couple times for an image to appear
###Setup Coding Environment
-
Checkout (or download and unzip) this repo to your project folder
-
Download and run Sublime Text
-
Drag your project folder into Sublime
-
Move or snap Sublime to left side of your monitor
Win: Windows + Left Arrow -
Download and run Prepros
Developing from file:// is not recommended due to cross domain issues.
-
Drag your project folder into Prepros
###Test Example
- Hit preview in Prepros, navigate to an example, and copy the URL
- Switch to AltspaceVR, open up the Apps panel, and paste it into the URL bar
Using the Apps panel is recommended as it has the same dimensions as all the public enclosures in AltspaceVR so you do not need to currently worry about your holographic application needing to be responsive to changes in pixel dimension.
- Make a few modifications to the example in Sublime.
Every time you save the file, your changes should immediately appear in AltspaceVR (this is via a LiveReload script added by Prepros).
###Test Debugger
- Download the Coherent Debugger, which is essentially a remote Chrome inspector for AltspaceVR.
OSX: OSX Debugger
Win: Windows Debugger
OSX: Note that you cannot rename it from Debugger.app after you extract it, or it won't run due to legacy .app bundle structure -- it needs an Info.plist with metadata.
- Run the debugger and click
GO
- Find your test example in the list