8000 GitHub - Tingtingyu/collisions: A real-time simulation program of colliding particles.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tingtingyu/collisions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collisions

Collisions is a real-time simulation program of colliding particles.

Installation

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.

Usage

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.

Performance

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).

Licence

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.

About

A real-time simulation program of colliding particles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0