-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
60 lines (41 loc) · 2.48 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Gravit Version 0.4.2
http://gravit.slowchop.com/
Overview
Gravit is a multi-platform gravity simulator. It's released under the GNU General Public License which makes it free. It uses Newtonian physics using the Barnes-Hut N-body algorithm. Although the main goal of Gravit is to be as accurate as possible, it also creates beautiful looking gravity patterns. There may be bugs that I'm not aware of. I would appreciate your feedback and any problems you've had to face!
Configuration
Once you have installed Gravit (see below) you should configure it to make it work as well as possible on your system. To do this, open up gravit.cfg in your favorite text editor and follow the instructions. By default the configuration is set to use 256MB of RAM, and only run in windowed mode at 800x600x32.
Documentation
The documentation is a work in progress at:
* http://gravit.slowchop.com/docs/
Troubleshooting
* If you have any problems check the gravit.cfg file, it has lots of information about possible problems.
* Read the documentation on the web site, I keep it up to date with known problems.
* Otherwise send me an e-mail describing the problem along with video card, cpu, o/s, etc..
Installation for Windows
1. Run the installer
2. At the end of the installer:
* Ask you to modify gravit.cfg. Do it, and read through it... especially if you have problems or want the coolest effects!
* The installer will prompt you to install the screensaver. This will popup the screensaver dialog when it installs it.
* Ask you to run Gravit. This will run Gravit with default settings.
3. Once Gravit is installed, you will have some handy short cuts in your Program Group in your Start Menu.
Installation for UNIX
1. Extract the tarball somewhere as you already have:
* tar xzvf gravit-0.4.2.tar.gz
2. You will need:
* SDL, SDL_ttf. and SDL_image installed and working. (Try sdl-config --version)
* lua is optional for scriptable spawn locations (recommended)
* OpenGL (accelerated recommended)
3. Build gravit:
* ./configure
* make
* make install
4. Open up gravit.cfg and change it to your liking.
5. Run gravit
Author
* Gerald Kaszuba ([email protected])
Contributors
* Alec Thomas ([email protected])
* Martin White ([email protected])
* James Stewart ([email protected])
* Sam Lander ([email protected])