Skip to content

Commit

Permalink
Updating to new Oculus SDK 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ckbruns committed Apr 4, 2017
1 parent 540d789 commit a4af94f
Show file tree
Hide file tree
Showing 5 changed files with 3,605 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## Installation
- [ ] Install Python 2.7 https://www.python.org/download/releases/2.7/ (32-bit version)
- [ ] Install Oculus Rift Runtime 1.11.0 https://www.oculus.com/en-us/setup/
- [ ] Install Oculus Rift Runtime 1.13.0 https://www.oculus.com/en-us/setup/
- [ ] ``pip install ovr``

If the above command fails, you might need to install `pip` http://stackoverflow.com/questions/4750806/how-to-install-pip-on-windows
Expand Down Expand Up @@ -42,9 +42,9 @@ See the Oculus developer documentation for more details about the OVR C API. htt
For more information about how this Python API compares to the official C API, see our wiki at https://github.com/cmbruns/pyovr/wiki/Migrating-from-OVR-C-API-to-Python

## Details
Runs on Windows only at the moment, but so does OVR SDK 1.11.0
Runs on Windows only at the moment, but so does OVR SDK 1.13.0

This python module uses the installed 32-bit OVR dll on Windows, so you must have the Oculus 1.11.0 Runtime installed to use this module. Get the Oculus Runtime at https://www.oculus.com/en-us/setup/
This python module uses the installed 32-bit OVR dll on Windows, so you must have the Oculus 1.13.0 Runtime installed to use this module. Get the Oculus Runtime at https://www.oculus.com/en-us/setup/

This module also assumes you are running a 32-bit version of python. In particular, it was developed and tested with 32-bit Python version 2.7 installed from https://www.python.org/downloads/release/python-2710/

Expand Down
2 changes: 1 addition & 1 deletion ovr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
from .version import __version__

try:
from _ovr1110 import *
from _ovr1130 import *
except:
raise
Loading

0 comments on commit a4af94f

Please sign in to comment.