Overte open source metaverse platform.
Find a file
2013-04-10 17:48:09 -07:00
domain Adding new AgentTypes.h and moving over to new constants 2013-04-09 10:37:07 -07:00
hardware/head_hand
injector cleanup of packet header constants 2013-04-08 19:54:14 -07:00
interface Tweaks to menu to have right position under Mac, always on, slightly smaller font 2013-04-10 17:48:09 -07:00
mixer Adding new AgentTypes.h and moving over to new constants 2013-04-09 10:37:07 -07:00
shared #19171 Code Review changes 2013-04-11 00:13:40 +02:00
space
tools cleanup of packet header constants 2013-04-08 19:54:14 -07:00
voxel Got rid of AGENT_TYPE_HEAD and fixed voxel server to use AGENT_TYPE_INTERFACE 2013-04-09 13:27:15 -07:00
.gitignore
CMakeLists.txt
LinkHifiShared.cmake
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.