1Copyright (c) 2002, Thomas Kuiper <tkuiper@inxsoft.net>
2
3Please mail me if you got questions or ideas for this program.
4
5It shows you the solar system viewed from top (90 deg. heliocentric).
6
7The objects have the following colors:
8
9Sun: yellow, Mercury: green, Venus: white, Earth: cyan, Mars: red
10Jupiter: gray, Saturn: green, Uranus: pink, Neptune: cyan. Pluto
11is not included since he's way "of course".
12
13Usage: A left click on the window changes the view between inner and outter
14planets. A left click on the date increases the day/month/year. A right
15click on the date does the opposite. Click the right mouse button on the
16solar system to reset the date to the current date (which is in Universal Time).
17
18Type "make" to build it and then ./wmSolar to run it.
19
20wmSolar uses a bit modified AstroOps by Mark Huss which is based on
21Bill Gray's open-source code at projectpluto.com.
22
23Released under GPLv2 license.
24