SolarSystem
SolarSystem copied to clipboard
Solar system model based on Qt3D framework
SolarSystem
Solar system model based on Qt3D framework.
Some features used from Qt Planet QML example.
Some textures used from:
http://www.solarsystemscope.com
Created in 2017
Thanks to Qt Company.
Build for Windows/Linux/MacOS/Android
Build dependencies
- Qt6.0
- Compiler with C++17 support
- Cmake 3.16 or newest
On Windows:
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:
git clone https://github.com/Instand/SolarSystem.git cd SolarSystem mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release .. make -j4
Binaries
Release binaries are available at https://github.com/Instand/SolarSystem/releases