项目作者: habe36

项目描述 :
N-body Galaxy Simulator
高级语言: C++
项目地址: git://github.com/habe36/Particula.git
创建时间: 2017-06-14T08:02:14Z
项目社区:https://github.com/habe36/Particula

开源协议:Other

下载


Particula

N-body Simulator

  1. To make Particula, it requires:

    1. wxWidgets 3.0.x
    2. wxMathPlot source
    3. POSIX thread (pthread) library
    4. Eigen3 Matrix Library
    5. OpenGL and GLUT library
  2. How to build.
    You can find CMakeFiles.txt in Projects directory. This is a file for
    cmake build system.

    copy wxmathplot source directory in the same level of Particula
    cd Projects
    mkdir BUILD
    cd BUILD
    cmake ..
    make -f Makefile