Overte open source metaverse platform.
Find a file
ZappoMan 430c70875d tweaks to debug messages
(cherry picked from commit 873144ded3)
2013-07-03 14:44:33 -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 DS node count is a timer stat for now 2013-07-02 16:41:46 -07:00
eve
externals
hardware/head_hand
injector
interface fixed FOV preference to work with view frustum code properly 2013-07-02 16:58:31 -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 tweaks to debug messages 2013-07-03 14:44:33 -07:00
.gitignore
CMakeLists.txt
hifi.podspec
LICENSE
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.