Separated project into src, doc and test directories.
[physicssim.git] / README
blob449ce78a21cec3421d2fb08d7c7b2f26c025c994
1 This software depends on the following libraries:
2 - Boost (http://www.boost.org)
3 - GLEW (http://glew.sourceforge.net)
4 - OpenGL (http://www.opengl.org)
5 - SDL (http://www.libsdl.org)
6 - SDL_ttf (http://www.libsdl.org)
8 Basic usage:
9 - To run the application, simply type ./physicssim on the command line.
10 - Run ./physicssim --help for usage information.
11 - Scene files are located in the data/scenes/ directory.
12 - Press Esc to exit the application.
14 Example usage (Windows):
16 Run the application with basic3.scn from the scenes directory:
17 physicssim.exe --scene basic3.scn
19 Run the application with the default scene:
20 physicssim.exe