This repository contains all source code for SolARFramework, it includes :
- Core
- Modules
- Plugin/unity
- Samples
-
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
Then if you have configured your environment for your platform you can download core, modules, samples available. From root directory :
remaken install -c release packagedependencies.txt
If you have configured 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 :
![]() |
![]() |
![]() |
---|---|---|
MSVC17 | GCC-7 | Clang-8 (arm64-v8a) |
Website https://solarframework.github.io/
Contact [email protected]