Giter VIP home page Giter VIP logo

solarsystem's Introduction

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.

alt tag

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

solarsystem's People

Contributors

instand avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

solarsystem's Issues

Build fails with “cannot open output file SolarSystem: Is a directory”

$ cmake -DCMAKE_BUILD_TYPE=Release ..
-- The CXX compiler identification is GNU 12.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Performing Test HAVE_STDATOMIC
-- Performing Test HAVE_STDATOMIC - Success
-- Found WrapAtomic: TRUE
-- Found OpenGL: /usr/lib/libOpenGL.so
-- Found WrapOpenGL: TRUE
-- Found XKB: /usr/lib/libxkbcommon.so (found suitable version "1.4.1", minimum required is "0.5.0")
-- Found WrapVulkanHeaders: /usr/include
-- Configuring done
-- Generating done
-- Build files have been written to: /home/user/libs-dev/ssystem/build
$ make -j16
[  0%] Built target SolarSystem_qmlimportscan
[ 52%] Built target SolarSystem_tooling
...
[ 97%] Linking CXX executable SolarSystem
/usr/bin/ld: cannot open output file SolarSystem: Is a directory
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/SolarSystem.dir/build.make:1268: SolarSystem] Error 1
make[1]: *** [CMakeFiles/Makefile2:98: CMakeFiles/SolarSystem.dir/all] Error 2
make: *** [Makefile:136: all] Error 2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.