Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to render an interactive globe/earth for the iPhone OpenGL ES? [closed]

I am looking for an example that renders an interactive earth similar to the one in the Smule products.

like image 268
Jamey McElveen Avatar asked Nov 26 '08 20:11

Jamey McElveen


3 Answers

Someone just pointed me to this question. I have one!

It's called WhirlyGlobe and it's built specifically for this purpose. Runs on ios, uses a combo of Objective-C and C++ and is very Cocoa Touch friendly. Uses delegates for camera motion, multithreaded, all that good stuff.

Oh, and it's freely available under the Apache2 license.

Details can be found here: http://mousebird.github.io/WhirlyGlobe/

like image 95
mousebird Avatar answered Nov 20 '22 14:11

mousebird


I can't offer any samples, but Dragon Forged Software sells a prepackaged OpenGL ES Globe for the iPhone. http://dragonforged.com/consult.shtml

like image 45
Kyle Richter Avatar answered Nov 20 '22 13:11

Kyle Richter


A company name Clever Coding offers a opengl implementation of a 3D globe for sale at http://www.clevercoding.com/iPhone3Dglobe.php

like image 2
Sam Avatar answered Nov 20 '22 14:11

Sam