HoroGraphic.exe is a small windows program for visualizing horoscopes. It is not designed as a standalone program but as a visual component to be showed as a popup window in other applications, namely in AstroPatterns. The program is written in plain C and produced with gcc. Source code and binary form part of the AstroPatterns distribution. The current version of the executable has a size of 83 KB.
2415223.3<tab>8<tab>52<crlf>Here, <tab> is for a tabulator character, and <crlf> for a line break. The first and second line contain the Julian date number, the longitude and latitude in this sequence for the inner and outer horoscope, respectively. The following line contains options. In this case, the option g indicates to compute the positions geocentrically.
2415124.3<tab>8<tab>52<crlf>
g
Key | effect |
+ | Add one day to the date of the currently inner horoscope |
- | Subtract one day from the date of the currently inner horoscope |
t | Toggle inner/outer. Inner and outer horoscope will change their roles. |
g | Geocentric mode. This is the default. |
h | Heliocentric mode. Sun will disappear, as well as houses. Instead, the Earth will be displayed. See below for a screenshot. |
1 | Show only the inner horoscope. |
2 | Show both inner and outer horoscope. |
q | Quit. Leave the program (like Alt+F4). The window will be closed, and the program will be terminated. |