aboutsummaryrefslogtreecommitdiffstats
path: root/astro/xplanet
Commit message (Collapse)AuthorAgeFilesLines
* Finish moving MAINTAINER for my ports.will2000-03-221-1/+1
| | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami
* Update port to 0.50jedgar2000-03-023-5/+8
| | | | | PR: 17107 Submitted by: Maintainer
* Xplanet was inspired by Xearth, which renders an image of the earth into the Xjedgar2000-02-235-0/+100
root window. Xplanet uses the Imlib library to read user supplied maps of the earth (or another planet). Orthographic and mercator projections can be rendered to the root window or saved to a file. An image that the user can rotate interactively can be popped up in a window using OpenGL or Mesa. PR: 16903 Submitted by: Will Andrews <andrews@technologist.com>