Skip to content

like hobo_vr, but like an actually functioning driver, also a proof of concept for the new asio ipc, written in more or less modern c++

Notifications You must be signed in to change notification settings

HoboVR-Labs/hobo-vr2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hobo-vr 2

electric boogaloo

currently connecting clients can only pick from 2 device types, and the available device types are pretty bare bones and rough, but for testing thats enough

if you want you can add more device types, its relatively easy to do

just write the device impl class that inherits from IHvrTrackedDevice, add that type to the supported device types array, add its init to the provider class switch with the rest of em, and you're pretty much done, the rest doesn't need any change

building

mkdir build
cd build
cmake ..
cmake --build .

About

like hobo_vr, but like an actually functioning driver, also a proof of concept for the new asio ipc, written in more or less modern c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages