Skip to content

nieknooijens/VRFloorTrackingResearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VRFloorTrackingResearch

The client uses Unity

the floorserver can be build in the following way:

debian/ubuntu: sudo apt-get install libcppnetlib-dev libboost-all-dev libssl-dev libsdl2-dev

cd into source dir mkdir build && cd build cmake ..

optional: use toolchain file for cross-compiler example: (using mxe to cross-compile for windows) cmake -DCMAKE_TOOLCHAIN_FILE=/opt/mxe/usr/i686-w64-mingw32.shared/share/cmake/mxe-conf.cmake ..

then build it with [make] then run it with [./floorServer]

About

school project where I'll be using a pressure sensitive floor to do positional tracking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published