diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 42531681..0bf0396a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,8 +2,6 @@ - - @@ -49,8 +47,8 @@ - - + + @@ -231,12 +229,12 @@ - @@ -304,8 +302,8 @@ - - + + diff --git a/README.md b/README.md index c62325e5..5c6c1001 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,5 @@ -## noVNC: HTML5 VNC Client - now works in VR - -I have adapted the WebVR boilerplate with a basic Three.js scene to make this VNC client work in VR on a mobile device. - - -I Used tightvnc on linux to host a display on vnc. I ran these commands on the terminal inside the root folder. - -```bash -sudo apt-get install tightvncserver. -vncserver :2 -geometry 4096x1024 -./utils/launch.sh --vnc localhost:5902 # 590X port number maps to display number on tight vnc. -``` - -Below here is original Readme file. +## noVNC: HTML5 VNC Client +---- [![Build Status](https://travis-ci.org/novnc/noVNC.svg?branch=master)](https://travis-ci.org/novnc/noVNC) @@ -115,6 +103,35 @@ WebSockets to TCP socket proxy. There is a python proxy included Connect button and enjoy! +### Now with WebVR support + + I have adapted the WebVR boilerplate with a basic Three.js scene to make this VNC client work in VR on a mobile device. + https://github.com/borismus/webvr-boilerplate + + I Used tightvncserver on linux to host a display on vnc. I ran these commands on the terminal inside the root folder. + + https://knowledgelayer.softlayer.com/learning/tightvnc-server-ubuntu-1604 + + + ```bash + + # Install tight VNC + sudo apt-get install tightvncserver. + + # Start VNC server on display :2 + vncserver :2 -geometry 4096x1024 + + # Launch websockify in noVNC folder. + ./utils/launch.sh --vnc localhost:5902 # 590X port number maps to display number on tight vnc. + + ``` + + Then connect to your laptop from your smart phone by opening a browser to your laptops IP. The password prompt will still appear at the top. + + TODO: add input?? + + + ### Other Pages * [Modules/API](https://github.com/novnc/noVNC/wiki/Modules-API) - The library