No description
Find a file
2013-06-14 19:50:38 -07:00
animation-server Merge pull request #523 from PhilipRosedale/master 2013-06-13 12:07:06 -07:00
audio-mixer Merge pull request #538 from ZappoMan/localmode 2013-06-14 10:08:47 -07:00
avatar-mixer hook the avatar mixer up to the new domain server check in method 2013-06-07 15:35:33 -07:00
cmake
domain-server Converted double timestamps to long long (64 bit integers), fixed bug with 2013-06-13 11:11:59 -07:00
eve Converted double timestamps to long long (64 bit integers), fixed bug with 2013-06-13 11:11:59 -07:00
externals
hardware/head_hand
injector Converted double timestamps to long long (64 bit integers), fixed bug with 2013-06-13 11:11:59 -07:00
interface Merge branch 'master' of https://github.com/worklist/hifi into occlusion_culling 2013-06-14 19:50:38 -07:00
libraries Merge branch 'master' of https://github.com/worklist/hifi into occlusion_culling 2013-06-14 19:50:38 -07:00
pairing-server
space-server
tools
voxel-edit CR feedback 2013-06-04 01:13:58 -07:00
voxel-server Merge pull request #540 from ZappoMan/encode_params 2013-06-14 17:25:57 -07:00
.gitignore
CMakeLists.txt
README.md

interface

Test platform for various render and interface tests for next-gen VR system.

CMake

This project uses CMake to generate build files and project files for your platform.

Create a build directory in the root of your checkout and then run the CMake build from there. This will keep the rest of the directory clean, and makes the gitignore a little easier to handle (since we can just ignore build).

mkdir build
cd build
cmake .. -GXcode

Those are the commands used on OS X to run CMake from the build folder and generate XCode project files.