Skip to content

Releases: cmbruns/pyopenvr

PyOpenVR version 1.9.1601

31 Dec 01:47
Compare
Choose a tag to compare

Release Notes:

  • Update to openvr 1.9.16

Installation:

  • ensure you have Python 3.5+ installed
  • ensure SteamVR is installed and working correctly
  • either 'pip install openvr', or use installer below

See the front page for documentation and more information https://github.com/cmbruns/pyopenvr
Please report problems and suggestions at our issues page https://github.com/cmbruns/pyopenvr/issues

PyOpenVR version 1.8.1901

13 Nov 03:05
Compare
Choose a tag to compare

Release Notes:

  • Fix for python 3.8. Thank you @risa2000
  • Update to openvr 1.8.19

Installation:

  • ensure you have Python 3.5+ installed
  • ensure SteamVR is installed and working correctly
  • either 'pip install openvr', or use installer below

See the front page for documentation and more information https://github.com/cmbruns/pyopenvr
Please report problems and suggestions at our issues page https://github.com/cmbruns/pyopenvr/issues

PyOpenVR version 1.7.1501

18 Sep 02:46
Compare
Choose a tag to compare

Release Notes:

  • Update to openvr 1.7.1501

Installation:

  • ensure you have Python 3.5+ installed
  • ensure SteamVR is installed and working correctly
  • either 'pip install openvr', or use installer below

See the front page for documentation and more information https://github.com/cmbruns/pyopenvr
Please report problems and suggestions at our issues page https://github.com/cmbruns/pyopenvr/issues

PyOpenVR version 1.5.1701

12 Jul 00:55
Compare
Choose a tag to compare

Release Notes:

  • Update to openvr 1.5.17

Installation:

  • ensure you have Python 3.5+ installed
  • ensure SteamVR is installed and working correctly
  • either 'pip install openvr', or use installer below

See the front page for documentation and more information https://github.com/cmbruns/pyopenvr
Please report problems and suggestions at our issues page https://github.com/cmbruns/pyopenvr/issues

PyOpenVR version 1.4.1802

08 Jul 03:28
Compare
Choose a tag to compare

Release Notes:

Installation:

  • ensure you have Python 3.5+ installed
  • ensure SteamVR is installed and working correctly
  • either 'pip install openvr', or use installer below

See the front page for documentation and more information https://github.com/cmbruns/pyopenvr
Please report problems and suggestions at our issues page https://github.com/cmbruns/pyopenvr/issues

PyOpenVR version 1.4.1801

06 Jul 19:10
Compare
Choose a tag to compare

Release Notes:

  • Update to openvr version 1.4.18
  • Major overhaul of the binding translator:
    • NOTE: This release includes breaking API changes. Especially waitGetPoses() and loadRenderModel_Async
    • see new example src/samples/glfw/hellovr_glfw.py for details. This is a complete python implementation of the C++ hellovr_opengl sample from openvr.
    • new translator uses python and clang, instead of using perl and regex, like the old one did.

Installation:

  • ensure you have Python 3.5+ installed
  • ensure SteamVR is installed and working correctly
  • either 'pip install openvr', or use installer below

See the front page for documentation and more information https://github.com/cmbruns/pyopenvr
Please report problems and suggestions at our issues page https://github.com/cmbruns/pyopenvr/issues

PyOpenVR version 1.3.2201

12 Apr 03:07
Compare
Choose a tag to compare

See the front page for documentation and more information https://github.com/cmbruns/pyopenvr
Please report problems and suggestions at our issues page https://github.com/cmbruns/pyopenvr/issues

Release Notes:

  • Update to openvr version 1.3.22
  • Add extras_require stanza to setup.py (thank you @godber)

Installation:

  • ensure you have either Python 2.7+ or Python 3.5+ installed
  • ensure SteamVR is installed and working correctly
  • either 'pip install openvr', or use installer below

PyOpenVR version 1.2.1002

21 Feb 03:39
Compare
Choose a tag to compare

See the front page for documentation and more information https://github.com/cmbruns/pyopenvr
Please report problems and suggestions at our issues page https://github.com/cmbruns/pyopenvr/issues

Release Notes:

  • Add patch for Mac OS X support

Installation:

  • ensure you have either Python 2.7+ or Python 3.5+ installed
  • ensure SteamVR is installed and working correctly
  • either 'pip install openvr', or use installer below

PyOpenVr version 1.2.1001

20 Feb 04:53
Compare
Choose a tag to compare

See the front page for documentation and more information https://github.com/cmbruns/pyopenvr
Please report problems and suggestions at our issues page https://github.com/cmbruns/pyopenvr/issues

Release Notes:

  • Update for OpenVR release 1.2.10

Installation:

  • ensure you have either Python 2.7+ or Python 3.5+ installed
  • ensure SteamVR is installed and working correctly
  • either 'pip install openvr', or use installer below

PyOpenVr version 1.1.0301

20 Feb 04:33
Compare
Choose a tag to compare

See the front page for documentation and more information https://github.com/cmbruns/pyopenvr
Please report problems and suggestions at our issues page https://github.com/cmbruns/pyopenvr/issues

Release Notes:

  • Update for OpenVR release 1.1.3b
  • Try a different approach to the linux structure packing problem

Installation:

  • ensure you have either Python 2.7+ or Python 3.5+ installed
  • ensure SteamVR is installed and working correctly
  • either 'pip install openvr', or use installer below