Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.
/ SolAR Public archive

DEPRECATED - This repository contains all our source code.

License

Notifications You must be signed in to change notification settings

SolarFramework/SolAR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED - This repo is no longer maintained


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 [email protected]

About

DEPRECATED - This repository contains all our source code.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published