Description: | A nice OpenGL worldglobe | Install: | glglobe.lha | Size: | 4Mb 5 | Date: | 01 Oct 08 | Author: | Florian Berger, MOS port by Kiero, AmigaOS 4.x port by Spot / Up Rough | Submitter: | Spot / Up Rough | Email: | spot/triad se | Requirements: | MiniGL 2.0 beta (Included in AmigaOS 4.1) | Category: | utility/scientific | License: | GPL | Distribute: | yes | Min OS Version: | 4.0 |
GLGlobe
--==##############==--
Copyright (C) 2001 Florian Berger
email: florian.berger()jk.uni-linz.ac.at
harpin_floh()yahoo.de
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License Version 2 as
published by the Free Software Foundation;
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
What is GLGLobe ?
-----------------
GLGlobe is an OpenGL - globe simulation for Linux. It was inspired by
XGlobe or XEarth and actually it can use the marker-files of these programs.
The Mapfile is still hardcoded, but it will be specify-able in the command
line in future.
It is still very alpha and may not even compile on your machine without
hacking the source code or the makefile.
You need to have GLU and GLUT installed on your system.
furthermore libjpeg and linpng are needed for the mapfiles.
Yet, the following features are implemented:
- rotation of the globe by mouse or cursor keys
- zooming with vertical mouse movement and right button held
- time fwd/rew with horizontal mouse movement and right button held
- time resetting with pressing <0>
- zooming by pressing <+>/<->
- <g> for dis/enabling grid
- <d> for dis/enabling day/night-line
- <m> for dis/enabling markers
- <t> for switching bitmap/stroke fonts for markers
- <ESC> for exit
- menu with the middle mouse key (if the mesa lib supports it)
- slow rotate - hold left mousebutton and CTRL-key
- some commandline options similar to xearth or xglobe
(grid, mapfile, markersfile,...)
- most maps for xglobe should be useable (jpg or png)
(jpg loader code is lent from Hari Nair's xplanet).
- xglobe - marker files specifyable on commandline
Known bugs:
- something is wrong with the bitmap-font writing from glut and the
depth buffer (at least on my system XFree-4.0 with glide_dri)
- actually I don't know how the daylight saving is implemented in linux
so I don't know if everything is coded right in this sense (I assumed
the time delivered by time() is the local time on thesystem including
daylight saving)
Command line options
--------------------
-width - width of screen
-height - height of the screen
-map <file> - name of map file
-window - open in window
Changes in the AmigaOS 4.x port
-------------------------------
More maps added.
Icons and scripts added.
MiniGL library check added.
Notes about the AmigaOS 4.x port
--------------------------------
It needs atleast v2.0 beta of MiniGL.
MorphOS TinyGL port by Kiero.
AmigaOS 4.x MiniGL port by Spot / Up Rough.
| |