Collisions is a real-time simulation program of colliding particles.
In order to build this software, you will need to install :
- Qt4, available at qt-project. Qt5 was not tested yet, but it should be compatible.
- A C++ compiler supporting the C++11 standard (for shared_ptr and random libraries). The last version of GCC should be all right.
Compilation was tested on "Qt Creator" IDE, with GCC 4.8.
You can create simulation projects which record initial conditions :
- populations of particles (position, mass, initial speed),
- shapes of obstacles,
- gravity,
- and so on...
There is an edit mode to modify these projects and a simulation mode to run them.
An efficient algorithm has been designed to model collisions and is able to simulate one thousand particles at a rate of several thousands of collisions per second (CPU 1.66 GHz).
Copyright (C) 2011 - 2014 G. Endignoux
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see www.gnu.org/licenses/gpl-3.0.txt.