SolarSystem
Solar system model based on Qt3D framework
Install / Use
/learn @Instand/SolarSystemREADME
SolarSystem
Solar system model based on Qt3D framework. <br /> Some features used from Qt Planet QML example. <br /> Some textures used from: <br /> http://www.solarsystemscope.com <br />
Created in 2017 <br />
<br />
Thanks to Qt Company. <br />
<br />
<br />
<br />
On Windows:<br/>
It is necessary to run in the terminal, which sets the environment variables for building a Visual Studio project
git clone https://github.com/Instand/SolarSystem.git cd SolarSystem mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release -A x64 .. cmake --build . --target ALL_BUILD --config Release
On Linux/MacOS:<br/>
<h3>Binaries</h3>git clone https://github.com/Instand/SolarSystem.git cd SolarSystem mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release .. make -j4
Release binaries are available at https://github.com/Instand/SolarSystem/releases <br />
