SkillAgentSearch skills...

SolarSystem

Solar system model based on Qt3D framework

Install / Use

/learn @Instand/SolarSystem
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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 /> alt tag <br /> <br />

<h2>Build for Windows/Linux/MacOS/Android</h2> <h3>Build dependencies</h3> <ul> <li>Qt6.0</li> <li>Compiler with C++17 support</li> <li><a href="https://cmake.org/download/">Cmake 3.16</a> or newest</li>

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

git clone https://github.com/Instand/SolarSystem.git
cd SolarSystem
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j4
<h3>Binaries</h3>

Release binaries are available at https://github.com/Instand/SolarSystem/releases <br />

View on GitHub
GitHub Stars43
CategoryDevelopment
Updated1y ago
Forks12

Languages

C++

Security Score

80/100

Audited on Jan 21, 2025

No findings