Overte open source metaverse platform.
Find a file
ZappoMan f560f63cda Merge pull request #743 from LionTurtle/master
Add reference lines to mouse voxel when adding/deleting voxels.
2013-08-01 13:37:08 -07:00
animation-server
audio-mixer
avatar-mixer CR feedback 2013-07-25 12:29:17 -07:00
cmake
domain-server comment changes for local vs. non-local 2013-08-01 12:01:48 -07:00
eve
externals
hardware/head_hand
injector
interface Add reference lines to mouse voxel when adding/deleting voxels. 2013-08-01 13:03:17 -07:00
jenkins cmake source is root, make specific target 2013-07-31 12:21:49 -07:00
libraries use a 0 public address to designate server local to DS 2013-08-01 11:53:18 -07:00
pairing-server
space-server
tools
voxel-edit
voxel-server fixes for new message handler for qt5 2013-07-24 12:22:02 -07:00
.gitignore
CMakeLists.txt remove debug of QT_CMAKE_PREFIX_PATH 2013-07-24 12:22:57 -07:00
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.