Skip to content

alexrusciano/Rotations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

/////////////////////////////////////////
Learning project to implement a rotation animation on a sphere.
Written in C, uses Windows for windowing, Opengl for graphics
/////////////////////////////////////////
Some code is adapted or taken from the Opengl ES 2.0 programming guide.  
Mainly shader.cpp, though AAContext and AAWindow are adaptations of files originally targetting the ES environment.
Hence the naming similarity perhaps.
The image used for texturing is freely available at:
http://www.celestiamotherlode.net/catalog/earth.php
by user Shadmith.
/////////////////////////////////////////
It is a windows only application.  I will work to adapt it into a multi-platform application, as another project.
For setting up the project, visual studio would be helpful.
You also need FreeImage and glew libraries, to work with the source code.
/////////////////////////////////////////
A link to see it in action without downloading the application:
https://vimeo.com/83602387

About

Produces a sphere which rotates to the point you click; Windows application using Opengl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published