Skip to content

Commit

Permalink
Removed unused device files (HMD, base stations, controllers) (#25)
Browse files Browse the repository at this point in the history
Remove unused device files (HMD, base stations, controllers)
Add small Readme for building with vcpkg
  • Loading branch information
Eirenliel authored Jul 19, 2022
1 parent 717386b commit 1867d16
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 693 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,11 @@ Edit file `C:\Users\<Username>\AppData\Local\openvr\openvrpaths.vrpath`, add `"P
## Contributions

By contributing to this project you are placing all your code under MIT or less restricting licenses, and you certify that the code you have used is compatible with those licenses or is authored by you. If you're doing so on your work time, you certify that your employer is okay with this.

### Building

To build the project with VSCode you need to install two things: [vcpkg](https://vcpkg.io/en/getting-started.html) and [VS Build Tools](https://visualstudio.microsoft.com/downloads/).

After installing vcpkg if you're on Windows, you need to run `vcpkg integrate install` command from the vcpkg folder to integrate it for VSCode.

For other systems and IDEs instructions are not available as of now, contributions are welcome.
188 changes: 0 additions & 188 deletions src/ControllerDevice.cpp

This file was deleted.

84 changes: 0 additions & 84 deletions src/ControllerDevice.hpp

This file was deleted.

Loading

0 comments on commit 1867d16

Please sign in to comment.