Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cosimo/perl5-opengl-earth
https://github.com/cosimo/perl5-opengl-earth
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cosimo/perl5-opengl-earth
- Owner: cosimo
- Created: 2010-01-28T23:29:02.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2014-01-26T10:56:27.000Z (almost 11 years ago)
- Last Synced: 2023-04-21T10:38:30.161Z (over 1 year ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/OpenGL-Earth
- Size: 41.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
NAME
OpenGL::EarthSYNOPSIS
Mmh... I don't think you can use this module directly. Better look at
the "bin" folder.DESCRIPTION
It's an attempt to write an OpenGL Perl program that can display a fancy
rotating planet, while also displaying useful geographic information on
it.The development is in a really really early stage now (Jan 2009). Don't
expect miracles.It's basically a 10-years old OpenGL C program, translated to Perl like
8 years ago, and then butchered and reassembled by yours truly during
some nightly hacking sessions.The Earth texture that comes with this distribution is a stripped down
version (1024x512) of the original hi-res (4096x2048) I downloaded from
Celestia Motherlode, if I remember correctly.If you want to use the higher resolution texture, either find it yourself,
or write me, or generate one by yourself with the bin/build_texture.pl
utility I wrote. You will need the mighty Imager module for that.AUTHORS
Cosimo Streppone,COPYRIGHT
This code comes with the same terms as Perl itself.