# SolAR **Repository Path**: oldcat421/SolAR ## Basic Information - **Project Name**: SolAR - **Description**: This repository contains all our source code. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ![](https://avatars2.githubusercontent.com/u/32097221?s=25&v=4) SolAR [![License](https://img.shields.io/github/license/SolARFramework/Sample-triangulation?style=flat-square&label=License)](https://www.apache.org/licenses/LICENSE-2.0) This repository contains all source code for SolARFramework, it includes : * **Core** * **Modules** * **Plugin/unity** * **Samples** ## Install * git clone the project `git clone https://github.com/SolarFramework/SolAR.git` * After that, initialize and update submodule recursively `git submodule update --init --recursive --remote` * If you want to checkout to another branch every submodule `git submodule foreach --recursive git checkout develop` ## Download binaries Then if you have [configured](https://solarframework.github.io/install/) your environment for your platform you can download core, modules, samples available. From root directory : `remaken install -c release packagedependencies.txt` ## Build from sources If you have [configured](https://solarframework.github.io/install/) your environment for your platform you can build from source core, modules, samples available. * From the core, modules or samples you want to build, you should install his dependencies `remaken install -c release packagedependencies.txt` * Then you can open `*.pro` and build sources with your compiler Current supported compilers are : | windows logo| linux logo | android logo | |:-:|:-:|:-:| | **MSVC17** | **GCC-7** | **Clang-8 (arm64-v8a)**| ## Contact Website https://solarframework.github.io/ Contact framework.solar@b-com.com