descriptionA simple demonstration of collision detection and physics.
ownervbudovski@gmail.com
last changeThu, 5 Nov 2009 03:25:38 +0000 (5 14:25 +1100)
content tags
add:
README
This software depends on the following libraries:
- Boost (http://www.boost.org)
- GLEW (http://glew.sourceforge.net)
- OpenGL (http://www.opengl.org)
- SDL (http://www.libsdl.org)
- SDL_ttf (http://www.libsdl.org)

Basic usage:
- To run the application, simply type ./physicssim on the command line.
- Run ./physicssim --help for usage information.
- Scene files are located in the data/scenes/ directory.
- Press Esc to exit the application.

Example usage (Windows):

Run the application with basic3.scn from the scenes directory:
physicssim.exe --scene basic3.scn

Run the application with the default scene:
physicssim.exe
shortlog
2009-11-05 Vitaly BudovskiSeparated project into src, doc and test directories.master
2009-10-20 Vitaly BudovskiUpdate.
2009-10-20 Vitaly BudovskiPerformance improvements.
2009-10-14 Vitaly BudovskiFixed a lot of bugs in the collision code.
2009-10-08 Vitaly BudovskiUpdate.
2008-07-05 vbudovskiAdd missing scene.
2008-07-05 vbudovskiAdd missing files.
2008-07-05 vbudovskiClean up for move.
2007-02-17 vbudovskiInitial import.
2007-02-17 vbudovskiInitial import.
2007-02-17 vbudovskiNew repository.
heads
14 years ago master