Overte open source virtual worlds platform.
Find a file
2013-07-02 16:40:27 -07:00
animation-server
audio-mixer flip the audio-mixer-frame-time-usage back to STAT_TYPE_TIMER 2013-07-02 16:40:27 -07:00
avatar-mixer
cmake don't link a NOTFOUND leap library 2013-07-02 15:27:30 -07:00
domain-server DRY up multiple stat type sending 2013-07-02 14:42:31 -07:00
eve
externals
hardware/head_hand
injector
interface resolve conflicts on merge with upstream master 2013-07-02 15:42:36 -07:00
jenkins
libraries Merge pull request #610 from birarda/domain-stats 2013-07-02 15:05:18 -07:00
pairing-server
space-server
tools
voxel-edit
voxel-server
.gitignore
CMakeLists.txt
hifi.podspec remove specific glm version, don't specify commit 2013-07-01 09:45:11 -07:00
LICENSE add an all rights reserved license 2013-07-01 11:56:19 -07:00
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.