# Mixr **Repository Path**: cslab/mixr ## Basic Information - **Project Name**: Mixr - **Description**: MIXR的代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-25 - **Last Updated**: 2021-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Mixed Reality Simulation Platform (MIXR) ======================================== The most current version of the mixed reality simulation platform can be found at [www.mixr-platform.org][mixr]. Directories ----------- * build: using premake for creating Visual Studio/C++ projects and solutions (See premake project for more information) * doc: changeLogs, uml diagrams and doxygen configuration files * include: standard include path for all headers (.hpp) * lib: contains libraries after compilation * src: source code (.cpp) files To Build --------- #### Windows 1. Load the visual studio solution file found in the build tree. 2. Select build options, and compile. 3. This will generate linkable libraries in the lib directory. #### Linux 1. Edit setting in "setenv" file. 2. Load setting via "source setenv". 3. Review the makedefs file to ensure paths and prerequisites are met. 4. Enter src directory and run "make" [mixr]: http://www.mixr-platform.org