https://github.com/podgorskiy/broadphase
The BroadPhase is a simple example of 2d physics engine.
https://github.com/podgorskiy/broadphase
Last synced: 4 months ago
JSON representation
The BroadPhase is a simple example of 2d physics engine.
- Host: GitHub
- URL: https://github.com/podgorskiy/broadphase
- Owner: podgorskiy
- License: mit
- Created: 2014-08-09T21:48:10.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-17T07:38:47.000Z (about 11 years ago)
- Last Synced: 2025-06-05T08:16:21.033Z (4 months ago)
- Language: C++
- Homepage:
- Size: 3.88 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
BroadPhase
What is it?
-----------The BroadPhase is a simple example of 2d physics engine that describes
the role of broad phase in physics simulations and collision detection
in particular. It demonstrates a naive implementation and sweep and
prune approach. This project was used as a demonstration for this
article: http://podgorskiy.com/?p=40#more-40
Third party
---------
This project uses CImg library, that is an open-source C++ toolkit for
image processing. Project uses only the main library file 'CImg.h' that
is *dual-licensed*: It can be either distributed under the CeCILL-C or
CeCILL license.
This project uses TCLAP - Templatized Command Line Argument Parser. This
is a simple C++ library that facilitates parsing command line arguments
in a type independent manner.
Licensing
---------Please see the file called LICENSE.txt
Contacts
--------stanislav@podgorskiy.com