Overte open source metaverse platform.
Find a file
2013-04-29 19:12:34 -07:00
audio-mixer remove the debugging to confirm that distance attenuation is working 2013-04-26 17:11:51 -07:00
avatar-mixer Merge branch 'master' of https://github.com/worklist/hifi 2013-04-25 17:40:55 -07:00
cmake
domain-server
eve improved collisions between avatars 2013-04-27 09:33:58 -07:00
externals/glm
hardware/head_hand
injector
interface Need to commit these, too, for the font rendering change. 2013-04-29 19:12:34 -07:00
libraries I think this is the least intrusive fix for the chat crashes: lock the agent 2013-04-29 13:17:39 -07:00
space-server
tools
voxel-server
.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.