SkillAgentSearch skills...

SegsVRControllerDriverSample

OpenVR Controller Driver Sample

Install / Use

/learn @gpsnmeajp/SegsVRControllerDriverSample
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SegsVRControllerDriverSample

OpenVRのコントローラドライバのサンプルです。
日本語のコメントと、Windowsの共有メモリ経由で操作する機能がついています。

srcがドライバのソースです。
jsonで通信するためpicojsonに依存しています。

ビルドしたい場合は以下のチュートリアルがわかりやすいです。
なおVisual Studio Community 2013でビルドしないと不安定な動作をすることがあります。
https://github.com/terminal29/Simple-OpenVR-Driver-Tutorial

bin以下がドライバです。
C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers
に配置すると読み込まれます。

clientは、共有メモリ経由で通信するコンソールアプリケーションのサンプルです。
Visual Studio Community 2013でWin32コンソールアプリケーションとしてビルドします。

jsonで通信するためpicojsonに依存しています。
キーボードで仮想コントローラの座標を制御できます。

ドライバはOpenVRのドライバサンプルを改造して作成しています。
https://github.com/ValveSoftware/openvr

picojsonは以下からダウンロードできます。
https://github.com/kazuho/picojson

Related Skills

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated1y ago
Forks0

Languages

C++

Security Score

70/100

Audited on Apr 1, 2025

No findings