Browse Source

add doc images

Nikolay Suslov 7 years ago
parent
commit
3f1a6a5856

+ 3 - 2
README.md

@@ -2,7 +2,7 @@
 
 > Collaborative Live Coding Space with support of user-defined languages and WebVR ready 3D graphics
 
-Based on:  [Virtual World Framework](https://github.com/virtual-world-framework/vwf) | [A-Frame](https://aframe.io) | [Ohm language](https://github.com/harc/ohm) | OSC.js | and more...  
+Based on:  [Virtual World Framework](https://github.com/virtual-world-framework/vwf) | [A-Frame](https://aframe.io) | [Ohm language](https://github.com/harc/ohm) | [OSC.js](https://github.com/colinbdclark/osc.js/) | and more...  
 Online at: **https://livecoding.space**
 
 ![](https://livecoding.space/aframe2/webimg.jpg)
@@ -14,4 +14,5 @@ npm install
 ```
 ```
 npm run
-```
+```
+

BIN
public/doc/images/appui.jpg


BIN
public/doc/images/avatar.jpg


BIN
public/doc/images/codeeditor.jpg


BIN
public/doc/images/lsys2.jpg


BIN
public/doc/images/osc.jpg


+ 0 - 7
public/webapps.json

@@ -30,12 +30,5 @@
         "imgUrl": "./osc-example/webimg.jpg",
         "text": "Example app with OSC control",
         "featured": false
-    },
-
-    "gearvr":{
-        "title":"GearVR controller",
-        "imgUrl": "",
-        "text": "Example app with GearVR",
-        "featured": false
     }
 }

+ 4 - 0
support/client/lib/vwf/view/aframe.js

@@ -216,6 +216,10 @@ define(["module", "vwf/view"], function (module, view) {
        // cursorEl.setAttribute('raycaster', 'showLine', true);
         controlEl.appendChild(cursorEl);
 
+        // let gearVRControlsEl = document.createElement('a-entity');
+        // gearVRControlsEl.setAttribute('id', 'gearvr-'+avatarName);
+        // gearVRControlsEl.setAttribute('gearvr-controls', {});
+        // aScene.appendChild(gearVRControlsEl);