ThibaudM / SolAR

This repository contains all our source code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SolAR

License

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 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 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

About

This repository contains all our source code.

License:Apache License 2.0


Languages

Language:Prolog 67.6%Language:Shell 32.4%