All Projects → mdovgialo → Steam Vr Wheel

mdovgialo / Steam Vr Wheel

Licence: mit
Steering wheel and joystick emulation using steamVR

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Steam Vr Wheel

the-monsters-vault-game
3d horror game made with CSS 3d transforms
Stars: ✭ 14 (-79.71%)
Mutual labels:  gamepad
Openvr
OpenVR SDK
Stars: ✭ 4,997 (+7142.03%)
Mutual labels:  steamvr
Blockly Gamepad
A Blockly extension designed to develop games (made with love ❤)
Stars: ✭ 18 (-73.91%)
Mutual labels:  gamepad
TJUCam
SteamVR Compatible Motion Controller with ESP8266 and Raspberry Pi
Stars: ✭ 29 (-57.97%)
Mutual labels:  steamvr
Virtualmotioncapture
VRゲーム中にモデルをコントロール
Stars: ✭ 423 (+513.04%)
Mutual labels:  steamvr
Steamvr For Linux
Issue tracker for the Linux port of SteamVR
Stars: ✭ 631 (+814.49%)
Mutual labels:  steamvr
GameTracking-SteamVR
📥 Game Tracker: SteamVR Home
Stars: ✭ 14 (-79.71%)
Mutual labels:  steamvr
Mesh maker vr
Mesh Maker VR
Stars: ✭ 47 (-31.88%)
Mutual labels:  steamvr
Inputmanager
Custom InputManager for Unity
Stars: ✭ 479 (+594.2%)
Mutual labels:  gamepad
Openvr Northstar
This is a community driver to support the North Star headset on OpenVR.
Stars: ✭ 17 (-75.36%)
Mutual labels:  steamvr
Viveinpututility Unity
A toolkit that helps developing/prototyping VR apps.
Stars: ✭ 256 (+271.01%)
Mutual labels:  steamvr
Vrtk
*Beta* - An example of how to use the Tilia packages to create great content with VRTK v4.
Stars: ✭ 3,422 (+4859.42%)
Mutual labels:  steamvr
Gainput
Cross-platform C++ input library supporting gamepads, keyboard, mouse, touch
Stars: ✭ 636 (+821.74%)
Mutual labels:  gamepad
input-remapper
🎮 An easy to use tool to change the mapping of your input device buttons.
Stars: ✭ 1,142 (+1555.07%)
Mutual labels:  gamepad
Steamvr Undistort
SteamVR lens distortion adjustment utility for spherical lenses
Stars: ✭ 33 (-52.17%)
Mutual labels:  steamvr
MoonMotion
Moon Motion Toolkit - Free and open source toolkit for VR locomotion
Stars: ✭ 38 (-44.93%)
Mutual labels:  steamvr
Unswitch
🕹 A tiny event handler for Switch controllers!
Stars: ✭ 574 (+731.88%)
Mutual labels:  gamepad
Segacontroller
Arduino library to read Sega Genesis (Mega Drive) and Master System (Mark III) controllers.
Stars: ✭ 55 (-20.29%)
Mutual labels:  gamepad
Inputsystem
An efficient and versatile input system for Unity.
Stars: ✭ 1,013 (+1368.12%)
Mutual labels:  gamepad
Xpadneo
Advanced Linux Driver for Xbox One Wireless Controller (shipped with Xbox One S)
Stars: ✭ 797 (+1055.07%)
Mutual labels:  gamepad

steam-vr-wheel

Wheel emulation using steamVR

News

I've got a wheel and hotas recently, and haven't had much time to work on this anyway. It will continue to work thanks to SteamVR good backward compatability, but don't expect any further updates. If anyone wants to fork and keep developing maintaining this app, they are free to do so under MIT licence.

If you just want to use this go to:

https://github.com/mdovgialo/steam-vr-wheel/releases

For developers:

Requires pyopenvr, wxpython (codename phoenix), and vjoy ( http://vjoystick.sourceforge.net/site/ Public domain )

Uses pyvjoy binding from https://github.com/tidzo/pyvjoy

Demos:

Wheel mode: https://www.youtube.com/watch?v=lb0zGBVwN4Y

Joystick mode: https://www.youtube.com/watch?v=jjb92HQ0M74

Instalation from sources (for developers):

install python 3.5+

install vjoy

with admin level cmd go to folder where is steam_vr_wheel

write:

pip install .

To run:

open cmd, write:

vrwheel

or

vrjoystick

or

vrpad

For configurator - write

vrpadconfig

press ctrl+c to stop

To uninstall:

pip uninstall steam_vr_wheel

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].