Skip to content

Releases: BOLL7708/EasyOpenVR

v2 Class Library

05 May 09:26
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v2.0.0

Version 2

The major version number was incremented as this is now a proper Class Library for NetStandard 2.0, this means when adding it dependencies will be automatically managed. Almost, there is now a new .cmd file to run in the root of this project to download the latest openvr_api.* files from the official repository. I decided to not add those files straight to the repository but made it easy to get them.

Update

@Antoni-Czaplicki Also added durationMicroSeg to TriggerHapticPulseInController. Cheers!

Notes

I've taken a break from my Twitch bot coding which has lasted for a few years now, to instead update my neglected C# projects, so this library will see further updates in the near future.

v1.0.0 MIT License added

21 Jan 10:57
4d77a8e
Compare
Choose a tag to compare

Welcome

I realized this project hasn't had any proper releases, maybe it's not necessary, but I feel like it's a good historical record so this starts now.

The initial version will be 1.0.0 as this has been used successfully for years already. This is not a version mentioned in the repository in any other way than the tag GitHub adds. I should probably look into how I can make GitHub also commit a file with the version in it for all my projects.

Updates

  • Merged in a pull request from @Antoni-Czaplicki, some new methods and a value check.
  • Added the MIT license per #7
  • Made sure updating your .dll to OpenVR 2.2.3 does not break any of the code, I have not run through calling everything possible, but a partial test has been performed.