Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Vito217 committed Nov 4, 2020
2 parents d519333 + c2bdaa6 commit 31336a4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# PharoVRIDE's Channel Log

## V0.18.0 (29/10/2020)
* Improved Keyboard layout. Now each window will have just one keyboard instead of two. The Do, Print, Inspect, Accept, Copy and Paste buttons are now part of PunchKeyboard as a UI Panel. Tab and Delete buttons where added.
* Fixed minor bugs.

## V0.17.0 (27/10/2020)
* Added buttons for resizing and scaling.
* Added support for Oculus Android.
Expand Down
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ The text highlightning is based on regular expressions. You can specify a list o

## Controls

### Desktop Mode
### Keyboard

<ul>
<li>Left Click: Select and Drag</li>
Expand All @@ -142,11 +142,11 @@ The text highlightning is based on regular expressions. You can specify a list o
<li>F9: Open Menu</li>
</ul>

### VR Mode: HTC VIVE Cosmos
### HTC VIVE Cosmos

* X or A: Open Menu.
* Y or B: Open Menu.
* Left/Right trigger: Pointer Click/Drag.
* Left/Right Stick press: Teleport.
* Left/Right stick press: Teleport.

All previous commands can be executed using the VR and physical keyboards.

Expand Down Expand Up @@ -175,7 +175,13 @@ Metacello new
load: 'AFrame'.
```

Now open PharoVRIDE. On your computer screen you will see a field asking for the IP address of your Pharo server. If you are running on localhost just as shown in the previous script, press the Enter button to proceed.
Now open PharoVRIDE. Right into the first scene, you will see a field asking for the IP address of your Pharo server. It must be as follows:

```
http://<Host name or IP Address>:<Port>/repl
```

If you are running on localhost just as shown in the previous script, press the Enter button to proceed.

Finally, put on your VR headset, and try some stuff!

Expand Down

0 comments on commit 31336a4

Please sign in to comment.