Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
SphereSim_2.4.2.zip | 2013-12-09 | 10.5 MB | |
LICENSE | 2013-12-09 | 1.5 kB | |
README | 2013-12-09 | 569 Bytes | |
Totals: 3 Items | 10.5 MB | 0 |
SphereSim: Physical simulation of particle movements. SphereSim2: second version and complete rewrite of the SphereSim software. Homepage: https://sourceforge.net/projects/spheresim/ Copyright (c) 2013, Max Mertens All rights reserved. SphereSim is released under the BSD 3-Clause License. Please refer to "LICENSE" file for details. This software is still in alpha stage, so some things may still be unstable. Build instructions: * Install dependencies (Qt5, CMake, Eigen3). * Execute the following in a shell: $ mkdir build $ cd build $ cmake ../ $ make