Showing posts with label opengl. Show all posts
Showing posts with label opengl. Show all posts

Monday, October 24, 2011

Earth, Moon & Sun

Here is an application that shows the Earth revolving around the Sun and the Moon revolving around the Earth. This application is a modification of a demo of an application that uses the Min3D library.

Operations supported

  • Start or Pause the motion of the planets
  • Pan
  • Observe - rotate the planets

  • Zoom - In and Out

  • Increase or Decreased the speed

  • Reset to starting configuration

Photo Cube

A simple image viewing application that displays photos on the six sides of a cube. Six photographs are displayed at a time (as a cube has only six sides :-).

Operations supported

  • Rotate the left and right
  • Zoom In and Zoom Out
  • Move to the next set of six images
  • Move to the previous set of six images

If the number of images on the SD card are not completely divisible by six, the remaining images are replaced by a place-holder image.

The application has been developed using OpenGL.